A web application consists on a one-to-one video call using WebRTC. It's a simple demo for webrtc beginners with a node signal server and a web client. node server is based on koa2.
- cd server/
- npm install
- npm run dev
- Open client/index.html on two chrome browser
- Type the same room name,such as room1
- Click "Start Call" button to begin video call and "End Call" to stop
Email: xiehuaq@gmail.com