matrix-org / waterfall

A cascading stream forwarding unit for scalable, distributed voice and video conferencing over Matrix
Apache License 2.0
98 stars 5 forks source link

matrix: generalise signaling functions #150

Closed daniel-abramov closed 1 year ago

daniel-abramov commented 1 year ago

Required for https://github.com/vector-im/voip-internal/issues/137 since our LiveKit implementation uses waterfall/pkg as a dependency (imports certain generic parts like signaling since they are going to be the same). That spares the copy-paste in the LiveKit integration.