onReceiveRtp property

Stream<(RtpPacket, RtpExtensions?)> get onReceiveRtp

Stream of received RTP packets

Implementation

Stream<(RtpPacket, RtpExtensions?)> get onReceiveRtp => _rtpController.stream;