Emitted when the Call is muted or unmuted.
Whether the Call is muted.
The Call.
call.on('mute', (isMuted, call) => { }); Copy
call.on('mute', (isMuted, call) => { });
Emitted when the Call is muted or unmuted.