Skip to content

Commit 7fc09a6

Browse files
Update manage-calls-web.md
1 parent e15fb1a commit 7fc09a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,12 @@ When incoming audio is muted, the participant client SDK still receives the call
162162

163163
## Mute other participants
164164
> [!NOTE]
165-
> This API is provided as a preview for developers and may change based on feedback that we receive. To use this API please use 'beta' release of Azure Communication Services Calling Web SDK version 1.24.1 or higher.
165+
> This API is provided as a preview for developers and may change based on feedback that we receive. To use this API please use 'beta' release of Azure Communication Services Calling Web SDK version 1.25.1 or higher.
166166
167167
To mute all other participants or mute a specific participant, you can use the asynchronous APIs `muteAllRemoteParticipants` on the call and `mute` on the remote participant. The `mutedByOthers` event from Call is raised when the local participant has been muted by others.
168168

169+
*Note: The scenario to mute PSTN (phone number) participants is not supported.*
170+
169171
```js
170172
//mute all participants except yourself
171173
await call.muteAllRemoteParticipants();

0 commit comments

Comments
 (0)