Martha
Martha

Reputation: 91

Teams Calls API, How to unmute a participant

I note it is possible to mute a participant using

participant mute documentation

and

ICall.Participants[participantID].MuteAsync()

There does not seem to be a corresponding unmute API for a participant.

I note that there is Call level unmute which does not specify a participant, this does not affect already muted parties when I tried it

Question : If I mute a call leg using the above MuteAsync, how do I then unmute it from the API ?

Upvotes: 0

Views: 322

Answers (1)

VaraPrasad-MSFT
VaraPrasad-MSFT

Reputation: 93

Currently there is no API to unmute the participant, Could you please raise a uservoice

Upvotes: 1

Related Questions