Live video on the AT Protocol
1{ 2 "name": "@streamplace/config-react-native-webrtc", 3 "version": "0.6.33", 4 "description": "react-native-webrtc config mod with some changes to make it useful for streamplace", 5 "scripts": { 6 "postinstall": "tsc -p tsconfig.json" 7 }, 8 "dependencies": { 9 "@config-plugins/react-native-webrtc": "10.0.0", 10 "react-native-webrtc": "124.0.4", 11 "rtcaudiodevice": "git+https://github.com/streamplace/RTCAudioDevice.git#7b4659fe845545d366623cbc813936987144b76f" 12 }, 13 "devDependencies": { 14 "typescript": "~5.3.3" 15 }, 16 "main": "./dist/config-react-native-webrtc.js", 17 "src": "./src/config-react-native-webrtc.ts", 18 "types": "./dist/config-react-native-webrtc.d.ts", 19 "files": [ 20 "dist", 21 "src" 22 ] 23}