Zoom SDK in IONIC React with Capacitor

Description
I am using Zoom SDK in IONIC React with Capacitor.

When trying to compile my project in Android Studio, several error messages are presented in the SDK file - Zoom.java: “local variable (…) needs to be declared final”.

Version - IONIC Info
Ionic:

Ionic CLI : 6.6.0 (C:\Users\wesley.ornellas\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/react 5.0.7

Capacitor:

Capacitor CLI : 2.0.1
@capacitor/core : 2.0.1

Utility:

cordova-res : not installed
native-run : not installed

System:

NodeJS : v12.16.2 (C:\Program Files\nodejs\node.exe)
npm : 6.14.4
OS : Windows 10

npx cap ls
Found 0 Capacitor plugins for android:
Found 1 Cordova plugin for android
cordova.plugin.zoom (4.6.2166-6.512)
Found 0 Capacitor plugins for ios:
Found 1 Cordova plugin for ios
cordova.plugin.zoom (4.6.2166-6.512)

Is the Zoom SDK supported in the current version of Ionic and Capacitor?

Hi wesleyornellas,

Thanks for the post. The Ionic SDK supports the current version of Ionic but we do not support Capacitor. Are you getting this error as well when not using Capacitor?

Thanks!

But my project is made with React and the Ionic with React supports only Capacitor. Would I have another alternative to integrate my project with Zoom?

Hi @wesleyornellas,

Thanks for the reply. The Ionic SDK is for Ionic Angular project only at the moment as mentioned in: https://github.com/zoom/zoom-sdk-ionic; So I am afraid it won’t work in React projects and I think there is no workaround at the moment.

Thanks!