Get the right WebRTC for the browser and Node.js
npm install get-webrtcGet the right WebRTC for the browser or Node.js
```
npm i get-webrtc
For Node.js, it uses the werift library.
`js
const { RTCPeerConnection, RTCIceCandidate } = require('get-webrtc')
// ...
``
MIT