DEV Community

Cover image for Group Video Chat: ReactJS & WebRTC
Harshal Jadhav
Harshal Jadhav

Posted on

Group Video Chat: ReactJS & WebRTC

Recently did some POC's around WebRTC for video calling purpose.

Here's a working demo hosted on heroku https://videocall-reactjs-webrtc.herokuapp.com/

Here's the code https://github.com/harshalrj25/VideoCall-ReactJS-WebRTC

The demo is created using P2P MESH communication architecture hence beyond 4 users the solution won't scale properly.

There are other WebRTC architecture's like SFU which requires a media server.

Exploring further will try and implement an SFU architecture for better understanding of WebRTC.

Oldest comments (3)

Collapse
 
kimberleejohnson profile image
Kimberlee Johnson

Nice work! We're big fans of WebRTC at Daily. Excited to see what you build!

Collapse
 
harshalrj25 profile image
Harshal Jadhav
Collapse
 
alim7007 profile image
alim7007

Can you help me with some bugs in your code, please ???