isClientMuted property

  1. @TagNumber(2)
bool get isClientMuted

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);
  1. @TagNumber(2)
set isClientMuted (bool value)

Implementation

@$pb.TagNumber(2)
set isClientMuted($core.bool value) => $_setBool(1, value);