Reputation: 91
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
Reputation: 93
Currently there is no API to unmute the participant, Could you please raise a uservoice
Upvotes: 1