Skip to content

Commit 9a56b75

Browse files
fuyan2024vac0224
andauthored
Update articles/communication-services/how-tos/calling-sdk/includes/media-access/media-access-web.md
Co-authored-by: Victor Chapel <[email protected]>
1 parent 71e25f0 commit 9a56b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/media-access/media-access-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const mediaAccessFeature = call.feature(Features.MediaAccess);
2525

2626
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.
2727

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.
2929

3030
```js
3131
// Define list of attendees

0 commit comments

Comments
 (0)