webrtc-adapter
Version:
A shim to insulate apps from WebRTC spec changes and browser prefix differences
32 lines (31 loc) • 617 B
JSON
{
"name": "webrtc-adapter",
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",
"license": "BSD-3-Clause",
"main": "./release/adapter.js",
"repository": {
"type": "git",
"url": "https://github.com/webrtc/adapter.git"
},
"authors": [
"The WebRTC project authors (https://www.webrtc.org/)"
],
"moduleType": [
"node"
],
"ignore": [
"test/*"
],
"keywords": [
"WebRTC",
"PeerConnection",
"RTCPeerConnection",
"getUserMedia",
"Chrome",
"Chromium",
"Firefox",
"Edge",
"Adapter",
"Shim"
]
}