0

I am searching for a WebRTC video call solution for Javascript, which allows direct calling between the participants and does not use rooms in between.

I checked out PeerJS, but the open issues makes me feel that it is unstable.

Now i am looking for another solution like a good open source SDK or a SDK offered by a company. Any ideas?

dan_0
  • 599
  • 1
  • 5
  • 17
  • If you don't want separate participats in differents rooms why not create a "super room" and put all together? – Aloiso Gomes Oct 04 '21 at 22:38
  • if it is possible to make an invite to the super room, which would be equivalent to a call, this would be a way to go – dan_0 Oct 05 '21 at 09:19
  • Yes, you can use any webrtc project whose creation of rooms, just create a single room and all participants will be there. But keep in mind that rooms are an efficient way to separate specific groups of interests, you can serve many purposes with a single server. – Aloiso Gomes Oct 05 '21 at 10:19

0 Answers0