You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/conversation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@
108
108
|`isCustomAvatar`| bool | v4 || Flag if the conversation has a custom avatar (only available with `avatar` capability) |
109
109
|`callStartTime`| int | v4 || Timestamp when the call was started (only available with `recording-v1` capability) |
110
110
|`callRecording`| int | v4 || Type of call recording (see [Constants - Call recording status](constants.md#call-recording-status)) (only available with `recording-v1` capability) |
111
-
|`recordingConsent`| int | v4 || Whether recording consent is required before joining a call (see [constants list](constants.md#recording-consent-required)) (only available with `recording-consent` capability)|
111
+
|`recordingConsent`| int | v4 || Whether recording consent is required before joining a call (Only 0 and 1 will be returned, see [constants list](constants.md#recording-consent-required)) (only available with `recording-consent` capability) |
112
112
|`mentionPermissions`| int | v4 || Whether all participants can mention using `@all` or only moderators (see [constants list](constants.md#mention-permissions)) (only available with `mention-permissions` capability) |
0 commit comments