camera property

ValueNotifier<bool> camera
getter/setter pair

Camera state for the stream.

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

Implementation

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