microsoft / WebRTC-universal-samples

WebRTC samples for the Universal Windows Platform.
177 stars 71 forks source link

No signaling server #11

Closed abrantie11z closed 7 years ago

abrantie11z commented 7 years ago

Is there no free signaling server, that we can use in our app?

jamescadd commented 7 years ago

Hi @abrantie11z, we currently do not host a signaling server for public use. I would recommend using a VM in Azure to host the server exe, just make sure to open port 8888 (for PeerConnection). If you need any help please let me know.