audioState property

Rx<LocalTrackState> get audioState

Returns local audio stream enabled flag.

Implementation

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