Skip to content

Commit 83d9271

Browse files
Merge pull request #302342 from sloanster/patch-39
Update manage-calls-web.md
2 parents 76b9485 + 2b3719d commit 83d9271

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,16 +279,15 @@ Remote participants have a set of associated properties and collections:
279279
### Mute other participants
280280

281281
> [!NOTE]
282-
> Use Azure Communication Services Calling Web SDK version 1.26.1 or higher.
282+
> To mute other VoIP participants, you must use Azure Communication Services Calling Web SDK version 1.26.1 GA version or higher. To mute PSTN endpoints, you must use GA 1.33.1 of the WebJS (or higher).
283283
284-
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 is muted by others.
284+
> [!NOTE]
285+
> Muting others on a 1:1 call isn't supported.
285286
286-
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
287+
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 is muted by others.
287288

288-
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.
289+
Muting a PSTN endpoint using the calling WebJS SDK is currently in GA 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.
289290

290-
> [!NOTE]
291-
> Muting others on a 1:1 call isn't supported.
292291

293292
```js
294293
//mute all participants except yourself

0 commit comments

Comments
 (0)