Files
livekit/pkg/rtc
Raja Subramanian 26c96ec283 Synthesise codec when adding pending track for no simulcast case also. (#2339)
* Synthesise codec when adding pending track for no simulcast case also.

Older clients not using simulcast codecs were failing e2e migration
tests. Problem is that they did not have layer information and hence
SSRC could not be set on migration.

A codec was getting added later (when OnTrack was received). I missed
adding layers in that code. Could have cloned layers there and added it.
But, simplifying and adding at the start itself.

Also, cleaning up code in `MediaTrackReceiver` for no codecs case as it
should not happen any more.

* clone per layer

* fix priority determination
2023-12-22 17:09:49 +05:30
..
2023-07-27 16:43:19 -07:00
2023-12-21 09:56:54 +05:30
2023-11-07 19:19:07 -08:00
2023-08-02 16:12:23 +08:00
2023-11-07 19:19:07 -08:00
2023-11-29 15:40:01 +05:30
2023-12-02 15:07:31 -08:00
2023-07-27 16:43:19 -07:00
2023-08-02 16:12:23 +08:00