MuteToggleResult
Represents the result when toggling the mute state for a call.
new MuteToggleResult(param)
| Field | Type | Description |
|---|---|---|
| param | object | The mute toggle result. |
| param.isGlobal | boolean | Indicates whether a mute action is for a rep to mute a specific call participant, such as themself (false) or to mute everyone on the call (true). The default is false. |
| param.isMuted | boolean | Indicates whether the call is muted. |