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,
|
||||
ConnectionState,
|
||||
CreateLocalTracksOptions,
|
||||
DataChannelKind,
|
||||
DataPacket_Kind,
|
||||
DataPublishOptions,
|
||||
DisconnectReason,
|
||||
|
|
@ -997,7 +996,7 @@ export class OpenviduInstanceComponent {
|
|||
if (this.roomEvents.get(RoomEvent.DCBufferStatusChanged)) {
|
||||
this.room!.on(
|
||||
RoomEvent.DCBufferStatusChanged,
|
||||
(isLow: boolean, kind: DataChannelKind) => {
|
||||
(isLow: boolean, kind: any) => {
|
||||
this.updateEventList(
|
||||
RoomEvent.DCBufferStatusChanged,
|
||||
{ isLow, kind },
|
||||
|
|
|
|||
Loading…
Reference in New Issue