#Angular - Livekit-SDK

4 messages · Page 1 of 1 (latest)

vernal carbon
#

I'm implementing this library (https://www.npmjs.com/package/livekit-client) into my app, but I'm currently getting the following errors:


4 export declare function isVideoFrame(frame: RTCEncodedAudioFrame | RTCEncodedVideoFrame): frame is RTCEncodedVideoFrame;```

I've added ```@types/webrtc``` to the tsconfig.json but the issue is still there in the package. Currently using ```"@types/webrtc": "^0.0.39"```  and ```"livekit-client": "1.14.1"``` w/Angular 13.

Any idea on how to fix?
brazen bay
#

it's error in the typings of your dependencies, you can ignore those

#

@vernal carbon