ark-brighthustle / flutter_zoom_sdk

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by CodeSyncr
BSD 3-Clause "New" or "Revised" License
39 stars 84 forks source link

Version of ZoomSDK is too low #120

Open wwwpixel opened 1 year ago

wwwpixel commented 1 year ago

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?

craigspicer commented 1 year ago

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.

chhamagupta commented 1 year ago

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

craigspicer commented 1 year ago

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.

chhamagupta commented 1 year ago

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

craigspicer commented 1 year ago

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

chhamagupta commented 1 year ago

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 commented 1 year ago

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.