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
Use the `permitAudio()` method to enable selected attendees to unmute. Use the `permitVideo()` method to enable selected attendees to turn on video. These actions don't automatically unmute or turn on video. They only enable attendees to perform these actions.
27
27
28
-
Use method`forbidAudio()` to mute selected attendees and deny them to unmute or method`forbidVideo()` to turn of video for selected attendees and deny them to turn video on.
28
+
Use the`forbidAudio()`method to enable organizers to mute selected attendees and deny them the ability to unmute. Use the`forbidVideo()`method to enable organizers to turn off video for selected attendees and deny them the ability to turn on video.
0 commit comments