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/capabilities.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,3 +121,6 @@
121
121
*`config => call => supported-reactions` - A list of emojis supported as call reactions. If the list is absent or empty, clients should not show the emoji reaction option in calls.
122
122
*`config => chat => typing-privacy` - User defined numeric value to enable 1 or disable 0 the typing indicator to other users
123
123
*`typing-privacy` - Support toggle typing privacy
124
+
125
+
## 18
126
+
*`can-mention-everyone` - Allow non moderators to mention everyone using `@all`
Copy file name to clipboardExpand all lines: docs/conversation.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@
107
107
|`isCustomAvatar`| bool | v4 || Flag if the conversation has a custom avatar (only available with `avatar` capability) |
108
108
|`callStartTime`| int | v4 || Timestamp when the call was started (only available with `recording-v1` capability) |
109
109
|`callRecording`| int | v4 || Type of call recording (see [Constants - Call recording status](constants.md#call-recording-status)) (only available with `recording-v1` capability) |
110
+
|`canMentionEveryone`| int | v4 || Flag if non moderators can mention everyone (see [Constants - Can mention everyone](constants.md#can-mention-everyone)) (only available with `can-mention-everyone` capability) |
110
111
111
112
## Creating a new conversation
112
113
@@ -425,3 +426,21 @@ Get all (for moderators and in case of "free selection") or the assigned breakou
425
426
+ `400 Bad Request` When the conversation is a breakout room
426
427
+ `403 Forbidden` When the current user is not a moderator/owner or the conversation is not a public conversation
427
428
+ `404 Not Found` When the conversation could not be found for the participant
429
+
430
+
## Change the permission to mention everyone using `@all`
0 commit comments