Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(JingleSessionPC) Remove the ssrc lines in remote desc sdp on sour…
…ce removal. In P2P and unified mode, Chrome does not render the media if an SSRC is removed and the same one is added back (happens when the sender is camera muted->starts SS->stops SS->turns camera on). That is why SSRC was not being removed. However, mobile endpoints that are running in plan-b generate a new SSRC when the client switches between camera and screenshare. This will cause issues on a p2p receiver that is running in unified mode. Fixes jitsi/jitsi-meet#11010.
- Loading branch information