mirror of https://github.com/OpenVidu/openvidu.git
openvidu-testapp: compatibility with livekit-client 2.18.0
parent
9b850756dd
commit
a3e0443dd1
|
|
@ -17,7 +17,6 @@ import {
|
||||||
ConnectionQuality,
|
ConnectionQuality,
|
||||||
ConnectionState,
|
ConnectionState,
|
||||||
CreateLocalTracksOptions,
|
CreateLocalTracksOptions,
|
||||||
DataChannelKind,
|
|
||||||
DataPacket_Kind,
|
DataPacket_Kind,
|
||||||
DataPublishOptions,
|
DataPublishOptions,
|
||||||
DisconnectReason,
|
DisconnectReason,
|
||||||
|
|
@ -997,7 +996,7 @@ export class OpenviduInstanceComponent {
|
||||||
if (this.roomEvents.get(RoomEvent.DCBufferStatusChanged)) {
|
if (this.roomEvents.get(RoomEvent.DCBufferStatusChanged)) {
|
||||||
this.room!.on(
|
this.room!.on(
|
||||||
RoomEvent.DCBufferStatusChanged,
|
RoomEvent.DCBufferStatusChanged,
|
||||||
(isLow: boolean, kind: DataChannelKind) => {
|
(isLow: boolean, kind: any) => {
|
||||||
this.updateEventList(
|
this.updateEventList(
|
||||||
RoomEvent.DCBufferStatusChanged,
|
RoomEvent.DCBufferStatusChanged,
|
||||||
{ isLow, kind },
|
{ isLow, kind },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue