Gradle build fails for zoom sdk with missing dependencies commonlib and mobilertc

Description
Trying to use zoom sdk with react. Following this link https://ionicframework.com/docs/native/zoom . Can’t test it on browser because it throws cordova_not_available error. So I have to build and test it on emulator but it fails there as well, saying that commonlib and mobilertc dependencies are not available.

Which version?
Knowing the version can help us to identify your issue faster.
List of dependencies and their versions:

"dependencies": {
"@capacitor/android": "^2.1.0",
"@capacitor/core": "2.1.0",
"@ionic-native/core": "^5.25.0",
"@ionic-native/zoom": "^5.25.0",
"@ionic/pwa-elements": "^1.5.2",
"@ionic/react": "^5.0.7",
"@ionic/react-hooks": "0.0.8",
"@ionic/react-router": "^5.0.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^8.0.3",
"@types/jest": "^24.0.25",
"@types/node": "^12.12.24",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"cordova.plugin.zoom": "^4.4.5513-0.712",
"ionicons": "^5.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"typescript": "3.8.3"

},

Screenshots

Smartphone (please complete the following information):
Emulator settings

  • Device: Nexus 5X API 29 x86
  • OS: Android 10
  • Version 29

Hi siddhartha.gogoi,

Thanks for using Zoom SDK. Our Ionic SDK is only available for Ionic Angular project as mentioned in our Github repo: https://github.com/zoom/zoom-sdk-ionic

Hope this helps. Thanks!

I tried the project out with angular as well. Building it with capacitor gives it the same error of missing mobilertc and commonlib. Is it wise running it with cordova because I’m getting a lot of version mismatch errors?

Hi siddhartha.gogoi,

Thanks for the reply. The Ionic SDK does not support Capacitor as well. However, it sounds unexpected that you are getting missing libraries when running Angular projects. Is using the Ionic cli working?

Thanks!