UNPKG

rtc-link

Version:

A library for managing WebRTC connections with multiplexed streams, anti-glare handling, and streamlined data channel setup.

37 lines (36 loc) 889 B
{ "name": "rtc-link", "version": "0.1.21", "description": "A library for managing WebRTC connections with multiplexed streams, anti-glare handling, and streamlined data channel setup.", "author": "Zachary Griffee <zacharygriffee@gmail.com>", "homepage": "https://github.com/zacharygriffee/rtc-link#readme", "license": "MIT", "main": "index.js", "type": "module", "scripts": { "test": "node tests/test.js" }, "keywords": [ "webrtc", "multiplexing", "data-channel", "rtc", "peer-to-peer", "signaling", "anti-glare", "streaming" ], "dependencies": { "b4a": "^1.6.7", "rx-filternil": "^1.0.1", "rxjs": "^7.8.1", "rxprotoplex": "^1.0.6", "stream-switcher": "^1.0.1" }, "devDependencies": { "@roamhq/wrtc": "^0.8.0", "brittle": "^3.7.0", "duplex-through": "^1.0.2", "streamx": "^2.20.1" } }