Hubs-Foundation / dialog

Mediasoup based WebRTC SFU
Mozilla Public License 2.0
71 stars 84 forks source link

Support for getting peers and closing transports #12

Closed keianhzo closed 3 years ago

keianhzo commented 3 years ago

This PR adds support for closing transports from a client and getting the other peers consumers. This is used int he hubs client to recreate transports and consumers/producers when we need to recover from a ICE failure.

Related https://github.com/mozilla/hubs/pull/3930