camera property
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);
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.
ValueNotifier<bool> camera = ValueNotifier<bool>(true);