isClientMuted property
Controls whether or not the phone / clients should mute the current channel Useful for noisy public channels you don't necessarily want to disable
Implementation
@$pb.TagNumber(2)
$core.bool get isClientMuted => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set isClientMuted($core.bool value) => $_setBool(1, value);