I'm trying to integrate Zoom's flutter_zoom_videosdk: 1.14.0:
package into a flutter app.
I've downloaded the SDK (v6.2.0.24434) from the Zoom marketplace as this doc said and added to the android project. Now when I'm try to run the app I'm getting this error:
Changes I have made:
Added flutter_zoom_videosdk: ^1.14.0
dependency to the pubspec.yaml
Added a folder named mobilertc
to the root of the android project containing 2 files:
mobilertc.aar
build.gradle
Updated the following .gradle files
android/app/build.gradle
android/settings.gradle
What am i doing wrong?,