nguymin4 / react-videocall

WebRTC-React App for Video Calling
https://morning-escarpment-67980.onrender.com/
MIT License
574 stars 251 forks source link

Group Video call or video confrencing with multiple user #17

Closed saddam1997 closed 4 years ago

saddam1997 commented 4 years ago

Hi,

Can any one help me i am trying to create group and make a video call with multiple user.

nguymin4 commented 4 years ago

Hi, your request requires changing concept from person-person to person-room communication. Although it's doable but cannot be quickly implemented. In the near future, I don't have any plan to support it.

saddam1997 commented 4 years ago

Do you have any suggestions or any other example to implement "Group Video call" that I can follow?

fivethreeo commented 4 years ago

https://github.com/muaz-khan/RTCMultiConnection

fivethreeo commented 4 years ago

I really want to port that to es6 classes and decouple it from some of the direct dom manipulation so it works with react.

nguymin4 commented 4 years ago

Yeah, the lib above is more well maintained and offers more features than mine. You can easily use that to create your own application.