jitsi / lib-jitsi-meet

A low-level JS video API that allows adding a completely custom video experience to web apps.
Apache License 2.0
1.34k stars 1.11k forks source link

ref(ssrc-rewriting): Fire track removed/added instead of owner changed. #2509

Closed jallamsetty1 closed 7 months ago

jallamsetty1 commented 7 months ago

When an existing SSRC for a remote track gets re-mapped from one source to another, fire a TRACK_REMOVED event followed by TRACK_ADDED event instead of TRACK_OWNER_CHANGED event. This should simplify the application logic for track handling when SSRC rewriting is enabled.

jallamsetty1 commented 7 months ago

Jenkins test this please.