mirror of https://github.com/OpenVidu/openvidu.git
All dependencies updated to latest on openvidu-browser
parent
a8ec4ae497
commit
291310b3be
|
@ -18,21 +18,20 @@
|
||||||
"prepublish": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap"
|
"prepublish": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"wolfy87-eventemitter": "4.2.9",
|
"wolfy87-eventemitter": "5.2.4",
|
||||||
"@types/wolfy87-eventemitter": "4.2.31",
|
"webrtc-adapter": "6.0.4",
|
||||||
"webrtc-adapter": "5.0.4",
|
"uuid": "3.1.0",
|
||||||
"uuid": "~2.0.1",
|
|
||||||
"freeice": "2.2.0",
|
"freeice": "2.2.0",
|
||||||
"inherits": "^2.0.3",
|
"inherits": "2.0.3",
|
||||||
"merge": "^1.2.0",
|
"merge": "1.2.0",
|
||||||
"ua-parser-js": "^0.7.7",
|
"ua-parser-js": "0.7.17",
|
||||||
"hark": "1.1.6",
|
"hark": "1.1.6",
|
||||||
"sdp-translator": "0.1.24"
|
"sdp-translator": "0.1.24"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "2.6.1",
|
"typescript": "2.6.2",
|
||||||
"browserify": "14.5.0",
|
"browserify": "15.1.0",
|
||||||
"tsify": "3.0.3",
|
"tsify": "3.0.4",
|
||||||
"uglify-js": "3.1.9"
|
"uglify-js": "3.3.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,7 +95,7 @@ export class Stream {
|
||||||
}
|
}
|
||||||
|
|
||||||
emitStreamReadyEvent() {
|
emitStreamReadyEvent() {
|
||||||
this.ee.emitEvent('stream-ready'), [{}];
|
this.ee.emitEvent('stream-ready');
|
||||||
}
|
}
|
||||||
|
|
||||||
removeVideo(parentElement: string);
|
removeVideo(parentElement: string);
|
||||||
|
|
Loading…
Reference in New Issue