flutter_zoom_sdk icon indicating copy to clipboard operation
flutter_zoom_sdk copied to clipboard

Version of ZoomSDK is too low

Open wwwpixel opened this issue 3 years ago • 7 comments

When i try to join a meeting not load and receive an error MEETING_STATUS_UNKNOWN - Version of ZoomSDK is too low, how i can upgrade zoomsdk to latest?

wwwpixel avatar Apr 20 '23 03:04 wwwpixel

Please also note the following: Please be aware that in order to update the SDKs you need to completely remove the dependency-

flutter_zoom_sdk: git: url: https://github.com/craigspicer/flutter_zoom_sdk.git ref: main

Then add the dependency back and run:

flutter pub run flutter_zoom_sdk:unzip_zoom_sdk

You will see console messages with information about the MobileRTC files being downloaded. The SDKs DO NOT automatically keep themselves up to date on your local machine.

The latest Zoom SDKs also do not seem to work on debug builds.

craigspicer avatar May 30 '23 10:05 craigspicer

i have used the same package of zoom sdk 1.1.0+4 and also import the unzip_zoom_sdk , but when i click on join button it give me this error MEETING_STATUS_UNKNOWN - Version of ZoomSDK is too low, and MEETING_STATUS_IDLE. Screenshot from 2023-05-25 21-22-41

chhamagupta avatar May 30 '23 10:05 chhamagupta

No - do not use flutter_zoom_sdk: ^1.1.0+4. This package is using far outdated SDKs. As mentioned above, you need to use my fork:

flutter_zoom_sdk: git: url: https://github.com/craigspicer/flutter_zoom_sdk.git ref: main

Please follow the instructions in my comment above.

craigspicer avatar May 30 '23 10:05 craigspicer

Hi Now I have used this flutter_zoom_sdk: git: url: https://github.com/craigspicer/flutter_zoom_sdk.git ref: main but when i click on join button app will crash and I have followed the all the steps but in android build.gradle the sdk version is 24 is that any problem with that ... and give all the camera ..etc permission also. give me this error Screenshot from 2023-05-31 10-20-56 Screenshot from 2023-05-31 10-21-07

chhamagupta avatar May 31 '23 04:05 chhamagupta

Please try to run a release build on a real device. Not a debug build.

craigspicer avatar May 31 '23 06:05 craigspicer

ok I will try that also but can you please tell what is this issue when click on join button app crashes and i have also change the build.gradle minisdk version 23 and also added the android -lifecycle dependency Screenshot from 2023-05-31 12-36-22 then also getting this error :- Screenshot from 2023-05-31 12-26-27 Screenshot from 2023-05-31 12-26-18

chhamagupta avatar May 31 '23 06:05 chhamagupta

I have try with the release build also getting the same error app crashes when click on join button please provide me the solution asap.

chhamagupta avatar May 31 '23 07:05 chhamagupta