maxtor3569 / RTCMultiConnection

WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)

Home Page:https://rtcmulticonnection.herokuapp.com/demos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTCMultiConnection - WebRTC JavaScript Library

npm downloads Build Status: Linux

Install On Your Own Site

mkdir demo && cd demo
git clone https://github.com/muaz-khan/RTCMultiConnection.git ./
npm install --production
node server --port=9001

Free socket.io servers

// v3.4.7 or newer
connection.socketURL = 'https://rtcmulticonnection.herokuapp.com:443/';

// v3.4.6 or older
connection.socketURL = 'https://webrtcweb.com:9001/';

Install ONLY socket.io server

npm install rtcmulticonnection-server

For more info, please check:

YouTube videos

  1. Getting started guide / RTCMultiConnection
  2. Setup custom socket.io server / RTCMultiConnection
  3. Write screen sharing applications / RTCMultiConnection
  4. YouTube Playlist
  5. RTCMultiConnection-v2 (old) videos: https://vimeo.com/muazkh
  1. Getting Started guide for RTCMultiConnection
  2. Installation Guide
  3. How to Use?
  4. API Reference
  5. Upgrade from v2 to v3
  6. How to write iOS/Android applications?
  7. Tips & Tricks

iOS+Android Demo Apps

Note: RTCMultiConnection supports Safari-11 and Edge.

Wiki Pages

License

RTCMultiConnection is released under MIT licence . Copyright (c) Muaz Khan.

About

WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)

https://rtcmulticonnection.herokuapp.com/demos/

License:MIT License


Languages

Language:JavaScript 67.4%Language:HTML 31.5%Language:CSS 1.1%