get-webrtc
v1.0.1
Published
Get the right WebRTC for the browser and Node.js
Downloads
3
Readme
get-webrtc
Get the right WebRTC for the browser or Node.js
npm i get-webrtc
For Node.js, it uses the werift library.
Usage
const { RTCPeerConnection, RTCIceCandidate } = require('get-webrtc')
// ...
License
MIT