A startup demo for webrtc beginners, Including a simple signal server base on socket.io , and some client demos on Web/Android/iOS/Windows Platform.
-
- A simple signal server written in Golang. Support simple room management and message exchange.
- API Reference: api.md
-
- Web
- Android
- iOS(coming soon)
- Windows(coming soon)
The demos only support 2 peers making call in the LAN. The peer can come from different platform.
You can't make call without a signal server. The RTCSignalServer can be built and host by yourself which is recommend. I also provide a hosted signal server:
http://rtc-signal.jhuster.com:8080/socket.io
The hosted signal server is only for test. The stability is not guaranteed. And you should be careful about the Room Name
, because someone else may also use the same room.
Email:lujun.hust@gmail.com