mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
* LK-105 (Opus DTX) https://linear.app/livekit/issue/LK-105/allow-enabling-of-opus-dtx Enable/Disable Opus DTX using SDP answer based on setting in `AddTrack` request. Testing: -------- Chrome and Firefox work. Having audio problems with Safari (maybe the Safari 15 issue as I am not getting media) * Check that receiver has no tracks * Skip non-audio transceivers * A small clean up to not use pendin track outside lock and also append with spread * Address comments from review by David * Update pkg/rtc/participant.go Co-authored-by: David Zhao <david@davidzhao.com> * Pull in tagged version of webrtc and lk protocol Co-authored-by: David Zhao <david@davidzhao.com>