Skip to content

Commit ddd86a6

Browse files
authored
Fix typo in "Join a Teams meeting"
1 parent ea1f099 commit ddd86a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const state = remoteParticipant.state;
265265
> [!NOTE]
266266
> To use this API please use Azure Communication Services Calling Web SDK version 1.26.1 or higher.
267267
268-
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.
268+
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
270270
*Note: The scenarios to mute PSTN (phone number) participants or 1:1 call participants are not supported.*
271271

0 commit comments

Comments
 (0)