onReceiveRtp property
Stream<(RtpPacket, RtpExtensions?)>
get
onReceiveRtp
Stream of received RTP packets
Implementation
Stream<(RtpPacket, RtpExtensions?)> get onReceiveRtp => _rtpController.stream;
Stream of received RTP packets
Stream<(RtpPacket, RtpExtensions?)> get onReceiveRtp => _rtpController.stream;