micLevelStream property

Stream<CubeMicLevelEvent> micLevelStream

provides the opponents’ mic level from 0 to 1 the feature is useful for detecting the talker and marking it on the UI

Implementation

Stream<CubeMicLevelEvent> get micLevelStream =>
    _micLevelStreamController.stream;