MuteToggleResult

Represents the result when toggling the mute state for a call.

new MuteToggleResult(param)

FieldTypeDescription
paramobjectThe mute toggle result.
param.isGlobalbooleanIndicates 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.isMutedbooleanIndicates whether the call is muted.