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?