Skip to content

Commit 8244c7c

Browse files
authored
Update manage-calls-web.md
1 parent 50a2158 commit 8244c7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,11 @@ const state = remoteParticipant.state;
267267
268268
To mute all other participants or mute a specific participant who is 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.
269269
270-
*Note: The scenarios to mute PSTN (phone number) participants or 1:1 call participants are not supported.*
270+
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
271+
Muting a PSTN endpoint using the calling WebJS SDK is currently in public preview and is available in build 1.34.1 [1.34.1](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1341-beta2-2025-03-20) and later versions.
272+
273+
> [!NOTE]
274+
> Muting others on a 1:1 call is not supported.
271275
272276
```js
273277
//mute all participants except yourself

0 commit comments

Comments
 (0)