RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
Signaling server has a separate repository:
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
Config.json
ExplainedRTCMultiConnection is using Grunt
to compile javascript into dist
directory:
RTCMultiConnection is released under MIT licence . Copyright © Muaz Khan.