<!-- Found a bug? Please fill out as much of the following template as you can. Otherwise, feel free to delete the template. --> - [✔️] I have verified that the issue occurs with the latest twilio-video.js release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-video.js/blob/master/CHANGELOG.md). - [✔️] I reviewed the [Common Issues](https://github.com/twilio/twilio-video.js/blob/master/COMMON_ISSUES.md) and open GitHub issues and verified that this report represents a potentially new issue. - [✔️] I verified that the [Quickstart](https://github.com/twilio/video-quickstart-js) application works in my environment. - [✔️] I am not sharing any [Personally Identifiable Information (PII)](https://www.twilio.com/docs/glossary/what-is-personally-identifiable-information-pii) or sensitive account information (API keys, credentials, etc.) when reporting this issue. **Code to reproduce the issue:** <!-- A JSFiddle, CodePen, Plunker, or Gist is great, too! --> ```js  Error: node_modules/twilio-video/tsdef/VideoProcessor.d.ts:2:34 - error TS2304: Cannot find name 'OffscreenCanvas'. 2 processFrame(inputFrameBuffer: OffscreenCanvas, outputFrameBuffer: HTMLCanvasElement): Promise<void> | void; ``` **Expected behavior:** Complete the ng build process **Actual behavior:** <!-- If possible, please include debug logs. You can set the log level for twilio-video.js by calling `connect` with the `logLevel` property, e.g. connect(token, { logLevel: 'debug' }) Then you can copy and paste or save the logs from your browser's console. --> Build failing because of the error. **Software versions:** - [✔️] Browser(s): Chrome - [✔️] Operating System: Windows 11 - [✔️] twilio-video.js: 2.18.1 - [✔️] Third-party libraries (e.g., Angular, React, etc.): Angular 13