mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp dependency node client to 2.0.0
parent
5c4fac0f32
commit
7c871218ef
|
@ -7,9 +7,6 @@ ng build
|
|||
cp -a dist/. ./docker/web/
|
||||
cd docker
|
||||
|
||||
# Modify WebSocket protocol in app.js for allowing both ngrok and localhost connections
|
||||
sed -i 's/OV\.initSession("wss:\/\/"/OV\.initSession("ws:\/\/"/g' ./web/app.js
|
||||
|
||||
# Build docker image
|
||||
docker build -t openvidu/testapp .
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"core-js": "^2.4.1",
|
||||
"hammerjs": "^2.0.8",
|
||||
"openvidu-browser": "2.0.0",
|
||||
"openvidu-node-client": "1.8.0",
|
||||
"openvidu-node-client": "2.0.0",
|
||||
"rxjs": "^5.4.2",
|
||||
"zone.js": "^0.8.14"
|
||||
},
|
||||
|
@ -53,4 +53,4 @@
|
|||
"test": "ng test"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue