Skip to content

Fix issue with RtpBundle when a SSRC is re-assigned a new mid: the RtpSession...

Simon Morlat requested to merge fix/sfu-srtp-master into master

Fix issue with RtpBundle when a SSRC is re-assigned a new mid: the RtpSession can be kept at sender side in order to preserve sequence number continuity and avoid errors at SRTP encryption layer.

Merge request reports