mkdir demo && cd demo
# install from NPM
npm install rtcmulticonnection
# or clone from github
git clone https://github.com/muaz-khan/RTCMultiConnection.git ./
# install all required packages
# you can optionally include --save-dev
npm install
node server --port=9001
// v3.4.7 or newer
connection.socketURL = 'https://rtcmulticonnection.herokuapp.com:443/';
// v3.4.6 or older
connection.socketURL = 'https://webrtcweb.com:9001/';
npm install rtcmulticonnection-server
node server --port=9001
For more info, please check:
- Getting started guide / RTCMultiConnection
- Setup custom socket.io server / RTCMultiConnection
- Write screen sharing applications / RTCMultiConnection
- YouTube Playlist
- RTCMultiConnection-v2 (old) videos: https://vimeo.com/muazkh
- Getting Started guide for RTCMultiConnection
- Installation Guide
- How to Use?
- API Reference
- Upgrade from v2 to v3
- How to write iOS/Android applications?
- Tips & Tricks
Note: RTCMultiConnection supports Safari-11 and Edge.
- https://github.com/muaz-khan/RTCMultiConnection/wiki
- https://github.com/muaz-khan/RTCMultiConnection-Server/wiki
RTCMultiConnection is released under MIT licence . Copyright (c) Muaz Khan.