Skip to content

Commit 2de9d5d

Browse files
Put soft mute feature to GA in Manage Calls documentation for web calling sdk
1 parent 612ab78 commit 2de9d5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ 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.25.1 or higher.
165+
> To use this API please use Azure Communication Services Calling Web SDK version 1.26.1 or higher.
166166
167-
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.
167+
To mute all other participants or mute a specific participant who are connected to a call, 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.*
169+
*Note: The scenarios to mute PSTN (phone number) participants or 1:1 call participants are not supported.*
170170

171171
```js
172172
//mute all participants except yourself

0 commit comments

Comments
 (0)