Open wwwpixel opened 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.
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.
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.
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
Please try to run a release build on a real device. Not a debug build.
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 then also getting this error :-
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.
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?