Muting/Unmuting Remote Streams

Muting Remote Participant's Audio

To mute a remote stream's audio you can use the muteParticipant() method

Example onMuteChange Event Payload

detail: {
    participant: Participant
        id: "1369_ON_49ef3ff1-2293-4b69-adbc-4e25edc944e1",
        isMutedLocally: true,
        ...
}

Last updated