lazorfuzz / liowebrtc

An event-based WebRTC library that makes it easy to embed real-time peer to peer communication into UI components.
MIT License
164 stars 10 forks source link

Signaling server README link #12

Open nowozin opened 4 years ago

nowozin commented 4 years ago

In the README file you state that the user should provide their own signaling server in order not to use the default lio.app signaling server.

This is understandable, but a typical user (e.g. a react-liowebrtc user) may not know how to best do that. Please can you consider providing a link to an existing HOW-TO on the web or similar, or a link to an npm package that can provide server-side signaling functionality?

Thanks, Sebastian

nowozin commented 4 years ago

To clarify, is the signaling server that works with the liowebrtc library a running instance of the signalmaster service? Or is it an alternative signaling server?

huzaifahj commented 4 years ago

https://rtcmulticonnection.herokuapp.com:443/ use this as the url!