summaryrefslogtreecommitdiffstats
path: root/docs/call.md
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-05 12:47:54 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-06 14:37:24 +0200
commit4d292fe9599f1598b4a44b094595404f1e465dec (patch)
treeba7cc9067d9d4f1e99e0ff8e7883a6aa472dcaff /docs/call.md
parent5f194659e9333a899fd32e534e319357f0abc893 (diff)
feat(recording): Recording consent API - Version 2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs/call.md')
-rw-r--r--docs/call.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/call.md b/docs/call.md
index 968b4a118..97bf5deac 100644
--- a/docs/call.md
+++ b/docs/call.md
@@ -40,11 +40,11 @@
* Endpoint: `/call/{token}`
* Data:
-| field | type | Description |
-|--------------------|------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `flags` | int | Flags what streams are provided by the participant (see [Constants - Participant in-call flag](constants.md#participant-in-call-flag)) |
-| `silent` | bool | Disable start call notifications for group/public calls |
-| `recordingConsent` | bool | When the user ticked a checkbox and agreed with being recorded (Only needed for certain states of the `config => call => recording-consent` capability |
+| field | type | Description |
+|--------------------|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `flags` | int | Flags what streams are provided by the participant (see [Constants - Participant in-call flag](constants.md#participant-in-call-flag)) |
+| `silent` | bool | Disable start call notifications for group/public calls |
+| `recordingConsent` | bool | When the user ticked a checkbox and agreed with being recorded (Only needed when the `config => call => recording-consent` capability is set to `1` or the capability is `2` and the conversation `recordingConsent` value is `1`) |
* Response:
- Status code: