msg91-webrtc-call
Version:
**msg91-webrtc-call** is a lightweight JavaScript SDK that enables you to easily add peer-to-peer WebRTC audio/video calling functionality to your web applications using the MSG91 infrastructure.
33 lines (32 loc) • 669 B
JSON
{
"name": "msg91-webrtc-call",
"version": "2.0.2",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"**\\*.ts\"",
"publish": "npm run build && npm publish dist --access public"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"msg91",
"webrtc",
"call",
"rtc",
"messaging"
],
"author": "Ankit Kumar",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.8.4",
"mediasoup-client": "^3.9.5",
"rtlayer-client": "^1.6.2",
"zod": "^3.24.2"
}
}