I'm looking for a simple example or tutorial of how to build my own signaling server for WebRTC and connect to it as a client. At first I want to run it at localhost and connect to it from a browser and Android device to make sure it's working fine, later I'll move it to the Internet.
I've found a simple example, though, at https://github.com/shanet/WebRTC-Example, but it didn't work for some reason.
You could check out rtc.io .It comes with a JavaScript signaling server called rtc-switchboard.
Best Regards,
Silvia.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm looking for a simple example or tutorial of how to build my own signaling server for WebRTC and connect to it as a client. At first I want to run it at localhost and connect to it from a browser and Android device to make sure it's working fine, later I'll move it to the Internet.
I've found a simple example, though, at https://github.com/shanet/WebRTC-Example, but it didn't work for some reason.
--
--