Package Exports
- multirtc
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (multirtc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MultiRTC / A Demo application for RTCMultiConnection.js!
- Source Code: https://github.com/muaz-khan/WebRTC-Experiment/tree/master/MultiRTC
- Demo: https://www.webrtc-experiment.com:12034/
- RTCMultiConnection.js: http://www.RTCMultiConnection.org/docs/
How it works?
- It opens WebRTC data connection same like Skype!
- Multiple users can join same room; text chat and share multiple files concurrently!
- Choose your own URL! Users from one room can't access data or join users from other rooms.
- Anyone can add any media stream any-time! Whether it is screen; or audio/video.
- An advance settings section allows you customize many RTCMultiConnection features in one place!
It is an All-in-One solution for RTCMultiConnection.js!
// Dependencies:
// 1) socket.io (npm install socket.io)
// 2) node-static (npm install node-static)
npm install multirtc
// to run it!
cd node_modules/multirtc/ && node signaler.jsNow, both socket.io and HTTPs servers are running at port 12034:
https://localhost:12034/
// or
var socket = io.connect('https://localhost:12034/');=
License
RTCMultiConnection.js WebRTC Library is released under MIT licence . Copyright (c) Muaz Khan.