mediasoup 3.6.13 has been released. It enables direct injection of RTP and RTCP packets from Node.js and vice-versa: the consumption of RTP and RTCP in Node.js. To enable this, mediasoup 3.6.13 includes the following API methods and events on top of DirectTransport
:
- producer.send(rtpPacket)
- consumer.on(‘rtp’)
- directTransport.sendRtcp(rtcpPacket)
- directTransport.on(‘rtcp’)
Related issue and PR: