1.0.5 • Published 9 years ago

rtcmulticonnection-client v1.0.5

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

RTCMultiConnection client using Reliable Signaler

npm downloads

It is a node.js and socket.io based reliable signaling implementation for RTCMultiConnection.js

# install
npm install rtcmulticonnection-client

# run
node ./node_modules/rtcmulticonnection-client/server.js

Now open localhost port:8080.

How it works?

  1. You can store a room-id on server using createNewRoomOnServer method.
  2. You can get that room-id using getRoomFromServer method.

How to use?

  1. In your Node.js server, invoke require('reliable-signaler') and pass HTTP-Server object.
  2. In your HTML file, link this script: /reliable-signaler/signaler.js
  3. In your <script> tag, invoke initReliableSignaler constructor.
  4. Invoke createNewRoomOnServer method for room-moderator.
  5. Invoke getRoomFromServer method from room-participants (multiple participants).

Source code of this demo is available here:

License

rtcmulticonnection-client is released under MIT licence . Copyright (c) Muaz Khan.