I want to create a network between several peers using datachannel WebRTC data.
What is the best topology used for effective communication and video conferencing?
Now what am I doing?
If 10 peers are alive, I create 10 peers on each peer.
There are several issues with this approach.
If a peer is connected, which must send an offer to each existing partner and it must respond to each one-time access offer. So there is a problem.
Is there an alternative?
What would I like to do?
I want to implement a grid topology, that is, create a peer-to-peer connection that can communicate with each other.
How can i do this?
javascript jquery html5 webrtc peer
Konga raju
source share