openvidu-testapp dependency node client to 2.0.0

pull/73/head
pabloFuente 2018-05-11 12:10:25 +02:00
parent 5c4fac0f32
commit 7c871218ef
2 changed files with 2 additions and 5 deletions

View File

@ -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 .

View File

@ -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"
}
}