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