---
title: "Join a call"
method: POST
path: "/ocs/v2.php/apps/spreed/api/{apiVersion}/call/{token}"
tags: ["call"]
---

# Join a call

`POST /ocs/v2.php/apps/spreed/api/{apiVersion}/call/{token}`

## Path parameters

- `apiVersion` 'v4', required
- `token` string, required

## Headers

- `x-nextcloud-federation` string
- `OCS-APIRequest` boolean, required

## Request body

- object
  - `flags` integer, nullable — In-Call flags
  - `silent` boolean — Join the call silently
  - `recordingConsent` boolean — When the user ticked a checkbox and agreed with being recorded (Only needed when the `config => call => recording-consent` capability is set to {@see RecordingService::CONSENT_REQUIRED_YES} or the capability is {@see RecordingService::CONSENT_REQUIRED_OPTIONAL} and the conversation `recordingConsent` value is {@see RecordingService::CONSENT_REQUIRED_YES} )
  - `silentFor` string[] — Send no call notification for previous participants

## Response `200`

Call joined successfully

- object
  - `ocs` object, required
    - `meta` OCSMeta, required
      - `status` string, required
      - `statuscode` integer, required
      - `message` string
      - `totalitems` string
      - `itemsperpage` string
    - `data` unknown, required

## Other responses

- `400` — No recording consent was given
- `403` — Host server of the federated conversation does not allow joining the call
- `404` — Call not found

## Changes

- **2026-07-27** `53e9f9caf40b` — 1 info
  - added the non-success response with the status `403`
- **2026-07-18** `0ce0facd31e9` — 1 info
  - removed the non-success response with the status `403`
- **2026-07-15** `85cefa95c42d` — 1 info
  - added the non-success response with the status `403`
- **2026-07-14** `f0a947e2df66` — 1 info
  - removed the non-success response with the status `403`
- **2026-07-14** `9bc3374002c2` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/nextcloud/apis/spreed-full/changes/ocs/v2.php/apps/spreed/api/:apiVersion/call/:token/post.md)

---

[API](https://skmtc.dev/nextcloud/apis/spreed-full.md) · [All operations](https://skmtc.dev/nextcloud/apis/spreed-full/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nextcloud/spreed-full/revisions/41d6458d6d6e/schema)
