UNPKG

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.

34 lines (33 loc) 702 B
{ "name": "msg91-webrtc-call", "version": "1.5.3", "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": { "@11labs/client": "^0.1.4", "axios": "^1.8.4", "mediasoup-client": "^3.9.5", "rtlayer-client": "^1.5.5", "zod": "^3.24.2" } }