MultiRTC/MultiRTC-socketio/README.md
This demo application runs similarly like Skype. However it isn't having contacts section.
It works as following:
Last point means, you can view or hear someone's shared camera without sharing your own camera.
# socket.io based solution
npm install multirtc
# firebase based solution----simplest one; requires nothing; JUST copy/paste!
npm install multirtc-firebase
# websockets based solution
npm install multirtc-websocket
Demo here: https://www.webrtc-experiment.com/RTCMultiConnection/MultiRTC/
It is an All-in-One solution for RTCMultiConnection.js!
RTCMultiConnection.js WebRTC Library is released under MIT licence . Copyright (c) Muaz Khan.