/get-webrtc

Get the right WebRTC for the browser or Node.js

Primary LanguageJavaScriptMIT LicenseMIT

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