Skip to content

Commit 98ce0a2

Browse files
Merge pull request #274263 from allchiang-msft/allchiang-msft/soft-mute-web-pstn-disable
Update ACS Web Calling SDK docs for Soft Mute feature disabling PSTN mute
2 parents b7c1b86 + 7fc09a6 commit 98ce0a2

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)