New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rtcmulticonnection-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtcmulticonnection-client

Reliable signaling implementation for RTCMultiConnection.js

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

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?

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

How to use?

  • In your Node.js server, invoke require('reliable-signaler') and pass HTTP-Server object.
  • In your HTML file, link this script: /reliable-signaler/signaler.js
  • In your <script> tag, invoke initReliableSignaler constructor.
  • Invoke createNewRoomOnServer method for room-moderator.
  • 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.

Keywords

webrtc

FAQs

Package last updated on 24 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts