webrtc – Websocket peerjs video conference
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- github.com/livekit/livekit-server
2- 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.
Read more here: Source link