Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 534 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 534 Bytes

Simple WebRTC React app

A simple 1-to-1 video call app with the power of WebRTC API.

Refer this blog "Build your first WebRTC app with Python and React" on 100ms blogs for info on how to create this app.

🚀 Check out the deployed app here

This app uses a signaling server which is written here.