UNPKG

samvyo-rn-sdk

Version:

Samvyo React Native SDK for building Enterprise-grade real-time voice/video communication applications.

35 lines (34 loc) 1.27 kB
{ "name": "samvyo-rn-sdk", "version": "2.0.0", "description": "Samvyo React Native SDK for building Enterprise-grade real-time voice/video communication applications.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "keywords":["Samvyo", "SDK", "react-native", "WebRTC", "video", "voice", "real-time","video calling","Telemedicine","telehealth","video conferencing","video chat","WebRTC SDK","react-native SDK","real-time communication","RTC SDK","WebRTC client","react-native client"], "author": "samvyo", "license": "ISC", "dependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "axios": "^1.8.4", "crypto": "^1.0.1", "events": "^3.3.0", "jwt-decode": "^4.0.0", "mediasoup-client": "^3.9.5", "react": "^19.1.0", "react-native": "^0.79.1", "react-native-incall-manager": "^4.2.1", "react-native-permissions": "^5.3.0", "react-native-uuid": "^2.0.3", "react-native-webrtc": "^124.0.5", "rollup-plugin-terser": "^7.0.2", "uuid": "^11.1.0" }, "homepage": "https://github.com/Samvyo/react-native-sdk.git#readme", "devDependencies": { "@types/uuid": "^10.0.0" } }