Skip to main content

Mute

This event is used to mute yourself during a call.

{
"type": "DIALER.MUTE",
"payload": {
"shouldMute": "Boolean!"
}
}

If you want to put on hold another participant, you can use the DIALER.HOLD event instead.

note

This event won't have any effect if you try to mute yourself during a call that has already been ended.

Reference

  • shouldMute: Whether you want to mute yourself or not.