get webrtc browser methods unprefixed
npm install get-browser-rtcget webrtc methods unprefixed
This module has the same interface as the wrtc
package for easy swapability between node and browsers.
`` js`
console.log(require('get-browser-rtc')())
If you're in a browser that supports webrtc you'll get:
``
{ RTCIceCandidate: [Function: RTCIceCandidate],
RTCPeerConnection: [Function: RTCPeerConnection],
RTCSessionDescription: [Function: RTCSessionDescription] }
otherwise you'll get
``
null
```
npm install get-browser-rtc
MIT