microphone property

ValueNotifier<bool> microphone
getter/setter pair

Microphone state for the stream.

Default enabled, will receive event notification if disabled. Use this to track whether the microphone is active for this stream.

Implementation

ValueNotifier<bool> microphone = ValueNotifier<bool>(true);