Skip to content

Commit fe90534

Browse files
author
Minnie Liu
committed
resolve conflicts
1 parent b182c51 commit fe90534

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,7 @@ The following list presents the set of features that are currently available in
4444
| | Invite another VoIP participant to join an ongoing group call | ✔️ | ✔️ | ✔️ | ✔️ |
4545
| Mid call control | Turn your video on/off | ✔️ | ✔️ | ✔️ | ✔️ |
4646
| | Mute/Unmute mic | ✔️ | ✔️ | ✔️ | ✔️ |
47-
<<<<<<< HEAD
48-
| | Mute other participants |✔️<sup>1</sup> | ✔️<sup>1</sup> |||
49-
=======
5047
| | Mute other participants |✔️<sup>1</sup> | ✔️<sup>1</sup> | ✔️<sup>1</sup> | ✔️<sup>1</sup> |
51-
>>>>>>> b85ee8b7906e (Add the changes for Native Mute Others - Windows)
5248
| | Switch between cameras | ✔️ | ✔️ | ✔️ | ✔️ |
5349
| | Local hold/un-hold | ✔️ | ✔️ | ✔️ | ✔️ |
5450
| | Active speaker | ✔️ | ✔️ | ✔️ | ✔️ |

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,7 @@ this.call.OnStateChanged += Call_OnStateChangedAsync;
129129
Feel free to use `8:echo123` to talk to the Azure Communication Services echo bot.
130130

131131
## Mute and unmute
132-
<<<<<<< HEAD
133132
To mute or unmute the outgoing audio you can use the `MuteOutgoingAudioAsync` and `UnmuteOutgoingAudioAsync` asynchronous APIs:
134-
=======
135-
To mute or unmute the local endpoint you can use the `MuteOutgoingAudioAsync` and `UnmuteOutgoingAudioAsync` asynchronous APIs:
136-
>>>>>>> b85ee8b7906e (Add the changes for Native Mute Others - Windows)
137133

138134
```csharp
139135
// mute outgoing audio

0 commit comments

Comments
 (0)