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: packages/client/src/Call.ts
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2237,13 +2237,10 @@ export class Call {
2237
2237
2238
2238
/**
2239
2239
* Allows you to grant or revoke a specific permission to a user in a call. The permissions are specific to the call experience and do not survive the call itself.
2240
-
*
2241
2240
* When revoking a permission, this endpoint will also mute the relevant track from the user. This is similar to muting a user with the difference that the user will not be able to unmute afterwards.
2242
-
*
2243
2241
* Supported permissions that can be granted or revoked: `send-audio`, `send-video` and `screenshare`.
2244
2242
*
2245
2243
* `call.permissions_updated` event is sent to all members of the call.
0 commit comments