MixinNetwork / kraken

🐙 High performance WebRTC SFU implemented with pure Go.
Apache License 2.0
334 stars 49 forks source link

ListenOnly: Rpc method 'publish' now welcomes listen only connections. #17

Open TheSalarKhan opened 3 years ago

TheSalarKhan commented 3 years ago

The rpc method "publish" will now welcome a connection that is not publishing any audio. This will work as long as there's a dummy data channel on the publisher.

The datachannel can also be used as a way of signaling information and possibly providing an alternate to 'subscribe'