File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
articles/communication-services
concepts/voice-video-calling
how-tos/calling-sdk/includes/manage-calls Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,7 @@ The following list presents the set of features that are currently available in
44
44
| | Invite another VoIP participant to join an ongoing group call | ✔️ | ✔️ | ✔️ | ✔️ |
45
45
| Mid call control | Turn your video on/off | ✔️ | ✔️ | ✔️ | ✔️ |
46
46
| | Mute/Unmute mic | ✔️ | ✔️ | ✔️ | ✔️ |
47
- <<<<<<< HEAD
48
- | | Mute other participants | ✔️<sup >1</sup > | ✔️<sup >1</sup > | ❌ | ❌ |
49
- =======
50
47
| | 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)
52
48
| | Switch between cameras | ✔️ | ✔️ | ✔️ | ✔️ |
53
49
| | Local hold/un-hold | ✔️ | ✔️ | ✔️ | ✔️ |
54
50
| | Active speaker | ✔️ | ✔️ | ✔️ | ✔️ |
Original file line number Diff line number Diff line change @@ -129,11 +129,7 @@ this.call.OnStateChanged += Call_OnStateChangedAsync;
129
129
Feel free to use ` 8:echo123 ` to talk to the Azure Communication Services echo bot.
130
130
131
131
## Mute and unmute
132
- <<<<<<< HEAD
133
132
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)
137
133
138
134
``` csharp
139
135
// mute outgoing audio
You can’t perform that action at this time.
0 commit comments