WebRTC P2P Text Chat / Demo
This WebRTC Experiment allows you share text messages among many peers.
It opens multiple peer connections to support group data broadcasting.
- 10 peer connections will be opened
- 10 sockets will be opened to exchange SDP/ICE
In 10 users data session; about 20 RTP data ports will be opened:
- 10 RTP data ports for outband i.e. for outgoing data messages
- 10 RTP data ports for inband i.e. for incoming data messages
Firefox opens 16 SCTP data ports for single data session.
It means that about 160 SCTP data ports will be opened on room initiator's side in 10 users data session.
Only 2 RTP data ports will be opened because participants are not connected with each other. They're connected directly with room initiator.
WebRTC Experiments are released under MIT licence . Copyright (c) 2013 Muaz Khan.