Skip to content

Commit a69ff35

Browse files
Merge pull request #284910 from allchiang-msft/allchiang-msft/native-muteothers-capability-ga
[ACS][Native Calling SDK] Add MuteOthers to GA Capabilities
2 parents ffe5176 + 28e5469 commit a69ff35

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

articles/communication-services/how-tos/calling-sdk/includes/capabilities/capabilities-android.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ private void OnCapabilitiesChanged(CapabilitiesChangedEvent args)
6161
- *CustomBackground*: Ability to apply a custom background
6262
- *StartLiveCaptions*: Ability to start live captions
6363
- *RaiseHand*: Ability to raise hand
64+
- *MuteOthers*: Ability to soft mute remote participant(s) in the meeting

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ public class CapabilitiesCallDelegate : CapabilitiesCallFeatureDelegate
5858
- *CustomBackground*: Ability to apply a custom background
5959
- *StartLiveCaptions*: Ability to start live captions
6060
- *RaiseHand*: Ability to raise hand
61+
- *MuteOthers*: Ability to soft mute remote participant(s) in the meeting

articles/communication-services/how-tos/calling-sdk/includes/capabilities/capabilities-windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ private async void Call__OnCapabilitiesChangedAsync(object sender, CapabilitiesC
6060
- *CustomBackground*: Ability to apply a custom background
6161
- *StartLiveCaptions*: Ability to start live captions
6262
- *RaiseHand*: Ability to raise hand
63+
- *MuteOthers*: Ability to soft mute remote participant(s) in the meeting

0 commit comments

Comments
 (0)