unmuteMicrophoneDisabled property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? unmuteMicrophoneDisabled
getter/setter pair

If microphone_access is set to any value other than MICROPHONE_ACCESS_UNSPECIFIED, this has no effect.

Otherwise this field controls whether microphones are disabled: If true, all microphones are disabled, otherwise they are available. This is available only on fully managed devices.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? unmuteMicrophoneDisabled;