mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 00:15:38 +00:00
* Handle migration better in single peer connection case. Have to avoid creating a sender for publish tracks. Otherwise, the sender messes up the answer SDP because it forced to inactive and that gets used by type match when setting remote description offer. Create sender only for m-lines which was used to send. * remove unnecessary RemoveTrack