WebRTC Video Conferencing

HOME © Muaz Khan . @WebRTCWeb . Github . Latest issues . What's New?

Private ?? #123456789
  1. This WebRTC experiment is aimed to transmit audio/video streams in many-to-many style.
  2. It setups multiple peer connections to support multi-user connectivity feature. Remember, WebRTC doesn't supports 3-way handshake!
  3. Out of multi-peers establishment; many RTP-ports are opened according to number of media streams referenced to each peer connection.
  4. Multi-ports establishment will cause huge CPU and bandwidth usage!
  5. Mesh networking model is implemented to open multiple interconnected peer connections.
  6. Maximum peer connections limit is 256 (on chrome). It means that 256 users can be interconnected!