I am making a video conference using webrtc and/or peerjs and i am new to this. I am using socketo.me as webrtc and the concept is it is like meet.google.com
I want to ask you guys something:
If I have wrong question please correct me and enlighten me on how to do this project thank you very much!
From experience I would not recommend using Peerjs, it is incompatible in some cases with cross browsers and usually gives irreparable errors which means that it is not the best option.
If you want something like Google Meet I would recommend 2 options:
1- https://github.com/livekit/livekit-server
2- https://github.com/muaz-khan/RTCMultiConnection (This second one is more basic to use)
Of the two options, the better one is LiveKit, scalable, without errors between browsers, several SDK clients and examples in: Android, ReactNative, Flutter, Javascript, Etc.
I hope I've helped.