videoBitrateStream property

Stream<CubeVideoBitrateEvent> videoBitrateStream

provides the bitrate of the opponents’ video the feature is useful for detecting the connection quality and showing it on the UI

Implementation

Stream<CubeVideoBitrateEvent> get videoBitrateStream =>
    _videoBitrateStreamController.stream;