mirror of
https://github.com/livekit/livekit.git
synced 2026-05-30 22:34:08 +00:00
258f5add2d
In order to avoid race conditions with WebRTC, where either side could initiate an offer when tracks have changes, we'll always initiate them from the SFU side.
This package is largely files from the wonderful ion-sfu project.
https://github.com/pion/ion-sfu
It's duplicated here since we needed to access a private method in various helper classes