mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 06:45:43 +00:00
Mainly cleaning up where we are doing codec filtering. There's also behavior change of how we handle codec compatibility. If a client doesn't support the client's desired codec, we'll pick a backup automatically instead of rejecting the client's request. Requires an update on multi-codec simulcast handling.