Facing issues with zoom SDK integration in Ionic app

We are trying to integrate zoom sdk in Ionic app (ionic 3 & 4). but facing some issue,

  1. In ionic 3 : we are unable to initialize zoom sdk in application, app stops working with compile issues.
  2. We tried integration g in ionic 4: We are able to build APK with zoom sdk integration but application size is drastically increased to 72MB.

Let us know the solutions for these issues

Hi smatcha,

Thanks for the post. Regarding your questions:

What is the SDK version you are using? And what are the compile issues you are getting?

The Ionic SDK includes the libraries for both Android and iOS. If you decide to only deploy on a particular platform, you may remove the unused libraries to reduce the size. For example, if you only deploy to Android, you could delete the iOS libraries.

Hope this helps. Thanks!