I can create a peer connection and establish connection between two users, but I totally confused on working with multiple peers.
How do I work multiple peers using a WebRTC datachannel?
I can create a peer connection and establish connection between two users, but I totally confused on working with multiple peers.
How do I work multiple peers using a WebRTC datachannel?
I don't think it's possible. I think you need to connect to all peers separately or use one that acts as a server.