- Fix a crash due to RTX packet processing while the associated
NackGenerator
is not yet created.
- Habemus RTX (RFC 4588) for proper RTP retransmission.
- Fix an issue in
buffer.toString()
that makes mediasoup fail in Node 8. - Update libuv to version 1.12.0.
- Add support for ICE renomination.
- Fix a SDP negotiation issue when the remote peer does not have compatible codecs.
- Add video codecs supported by Microsoft Edge.
RtpReceiver
: generate RTCP PLI when "rtpraw" or "rtpobject" event listener is set.
RtpReceiver
: fix an error producing packets when "rtpobject" event is set.
RtpSender
: allowdisable()
/enable()
without forcing SDP renegotiation (#114).
- Add
Room.on('audiolevels')
event.
- Set a maximum value of 1500 bytes for packet storage in
RtpStreamSend
.
- Avoid possible segfault if
RemoteBitrateEstimator
generates a bandwidth estimation with zero SSRCs.
- First stable release.