Muting/Unmuting Remote Streams
Muting Remote Participant's Audio
To mute a remote stream's audio you can use the muteParticipant()
method
Mute Related Events
Event
Description
onMuteChange
After muteParticipant()
is called there will be an event stating whether or not the given participant is currently muted.
Example onMuteChange Event Payload
Last updated