Skip to content

sunnyswag/RTCStartupDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTCStartupDemo

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.

1. What is included ?

  • RTCSignalServer

    • A simple signal server written in Golang. Support simple room management and message exchange.
    • API Reference: api.md
  • RTCClientDemo

    • Web
    • Android
    • iOS(coming soon)
    • Windows(coming soon)

2. Overview

2. Usage

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.

3. Dependence

4. Links

webrtc-codelabs

Iot 场景 WebRTC 通信机制的尝试

5. Contact

Email:lujun.hust@gmail.com

About

startup demo code for webrtc beginners.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 61.8%
  • JavaScript 27.0%
  • Go 7.2%
  • HTML 2.2%
  • Makefile 0.9%
  • CSS 0.4%
  • Other 0.5%