microphone property
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);