ZOOM Setup
Last updated
Last updated
To create zoom keys
Firstly, create account on https://marketplace.zoom.us/
Go to develop and Select Build App
Create SDK credentials ,
Copy SDK Key and SDK Secret Key
Paste SDK Key and SDK Secret Key to app code.
Project directory\lib\common\apidata.dart
Points to be considered -
Zoom Meeting will work only when you will set targetSdkVersion 30 in android/app/build.gradle file. If you will set targetSdkVersion 31 (which is required for Play Store) in android/app/build.gradle file, your App will crash when you will try to join Zoom meeting. This issue will remain untill the developer of flutter_zoom_sdk package will fix it and release a new update.
Right click on pubspec.yaml file, in context menu, go to Open In -> Terminal and then run 'flutter pub run flutter_zoom_sdk:unzip_zoom_sdk' (without quote). See the given images Screenshot-1 & Screenshot-2 for reference.