Hello, I am currently attempting to configure the preview for the Video SDK UI Toolkit in Angular but have encountered an issue in the form of an error with reference to Error: NG0909 . This error appears consistently whenever I perform actions such as turning on the camera or speaking into the mic. Has anyone else experienced this? I would appreciate any assistance. Thank you very much.
Hey @reynaldy.septian ,
Checkout our Angular sample as it is a working example of the UI Toolkit in Angular:
If you are still having trouble, could you provide the UI Toolkit version, steps to reproduce the issue and some screenshots?
Best,
Tommy
I am having same issue with uitoolkit 1.9 version and angular 14
Hey @agprem ,
Please upgrade to the latest version of the UI Toolkit: @zoom/videosdk-ui-toolkit - npm
Here is a reference Angular app using the UI Toolkit: GitHub - zoom/videosdk-ui-toolkit-angular-sample: Use the Zoom Video SDK UI Toolkit in Angular
Best,
Tommy
I have updated the version but with Angular 14 it’s showing zone error…I need to implement in angular 14 only …in ur git code it’s Angular 17.please provide some solution.asap
Hello,
I am trying to integrate it into angular 15 project getting the same issue. Have you solved it ?
I found the solution to this.
async ngAfterContentInit(): Promise<void> {
this.ngZone.runOutsideAngular(async () => {
const toolkit = (await import('@zoom/videosdk-ui-toolkit')).default;
this.uiToolkit = toolkit;
});
}
This resolved the error.
Where to put this code please revert asap
Please reply need immediate response