mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: udpate dependencies
parent
5c31691885
commit
266e30cd1f
File diff suppressed because it is too large
Load Diff
|
|
@ -30,8 +30,8 @@
|
|||
"buffer": "^6.0.3",
|
||||
"crypto-browserify": "^3.12.1",
|
||||
"json-stringify-safe": "5.0.1",
|
||||
"livekit-client": "^2.18.0",
|
||||
"livekit-server-sdk": "^2.15.0",
|
||||
"livekit-client": "^2.18.1",
|
||||
"livekit-server-sdk": "^2.15.1",
|
||||
"rxjs": "~7.8.2",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"tslib": "^2.8.1",
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ import {
|
|||
ConnectionQuality,
|
||||
ConnectionState,
|
||||
CreateLocalTracksOptions,
|
||||
DataChannelKind,
|
||||
DataPacket_Kind,
|
||||
DataPublishOptions,
|
||||
DisconnectReason,
|
||||
|
|
@ -996,7 +997,7 @@ export class OpenviduInstanceComponent {
|
|||
if (this.roomEvents.get(RoomEvent.DCBufferStatusChanged)) {
|
||||
this.room!.on(
|
||||
RoomEvent.DCBufferStatusChanged,
|
||||
(isLow: boolean, kind: DataPacket_Kind) => {
|
||||
(isLow: boolean, kind: DataChannelKind) => {
|
||||
this.updateEventList(
|
||||
RoomEvent.DCBufferStatusChanged,
|
||||
{ isLow, kind },
|
||||
|
|
|
|||
Loading…
Reference in New Issue