Skip to content

Add mutex protection to RtpSession::bundle, because of rare race conditions...

Simon Morlat requested to merge fix/from-5.3-march into master

Add mutex protection to RtpSession::bundle, because of rare race conditions that can happen when a stream is removed from a Bundle.

Merge request reports