videoState property

Rx<LocalTrackState> get videoState

Returns local video stream enabled flag.

Implementation

Rx<LocalTrackState> get videoState => _currentCall.value.videoState;