Issue in integration zoom mobile sdk with ionic 6 capacitor app

My app is a hybrid app. It uses ionic 6 capacitor angular
Trying to integrate zoom meeting sdk with this app ( zppm sdk version is 5.13.5)

I have installed following 2 :
npm install @awesome-cordova-plugins/zoom
npm install @ionic-native/zoom

Now when I use
this.zoomService.initialize(API_KEY, API_SECRET)
.then((success: any) => console.log(success))
.catch((error: any) => console.log(error));
this does not work
If I add this app.component.ts file then the app stops working
and If I add this in some child component, this zoomService.initialize never resolves

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.