Skip to content

Commit cd8e297

Browse files
authored
Update manage-calls-ios.md
1 parent 2aebbed commit cd8e297

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ var videoStreams = remoteParticipant.videoStreams // [RemoteVideoStream, RemoteV
238238
> [!NOTE]
239239
> To use this API please use the Azure Communication Services Calling iOS SDK version 2.13.0 or higher.
240240
241+
Now when a PSTN participant is muted, they should get an announcement that they have been muted and that they can press a key combination (e.g. *6) to unmute themselves. When they press *6, they should be unmuted.
242+
241243
To mute all other participants in a call, use the `muteAllRemoteParticipants` API on the call.
242244

243245
```swift

0 commit comments

Comments
 (0)