Files
livekit/pkg/sfu
David Zhao 258f5add2d protocol update: explicit AddTrack to move negotiation initiation to server side.
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.
2021-01-09 23:40:29 -08:00
..

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