Skip to content

Commit

Permalink
fix unmatched codec (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Dec 12, 2024
1 parent d15807d commit 43933e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion livekit/src/rtc_engine/rtc_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,6 @@ impl SessionInner {
}

matched.append(&mut partial_matched);
matched.append(&mut unmatched);

transceiver.set_codec_preferences(matched)?;
}
Expand Down

0 comments on commit 43933e5

Please sign in to comment.