Closed vaibhav936 closed 10 months ago
i am facing the same issue
Same here
bro, is there any solution have you found?
Yeah, try with bit older meeting sdk
manually download from zoom marketplace
@syborg2290 That worked ?
@syborg2290 which version you are using ?
@syborg2290 can you please share the link where you have gotten the older sdk please
zoom-sdk-android-5.13.10.12577.zip
zoom marketplace -> meeting sdk app -> download sdk
Clone the repo "https://github.com/abo-el30la/zoom_native_sdk/tree/master" and manually download the sdk.
@syborg2290 can you provide the zoom marketplace exact link here please where I can download it?
Clone the repo "https://github.com/abo-el30la/zoom_native_sdk/tree/master" and manually download the sdk.
Could you explain how to integrate SDK? please
Download this from given link login required
https://marketplace.zoom.us/develop/apps/DdlmU73OR5anrnFwwjTmgQ/download
after Download extract zip and copy and move two files named
'commonlib' and mobilertc
move both to lib folder it will work
Download this from given link login required
https://marketplace.zoom.us/develop/apps/DdlmU73OR5anrnFwwjTmgQ/download
after Download extract zip and copy and move two files named
'commonlib' and mobilertc
move both to lib folder it will work
I don't have a libs folder inside android, I created it and then copied the files but I still have a problem, I get a meeting ready then the zoom loader and it exits and doesn't enter the meeting
Download this from given link login required
https://marketplace.zoom.us/develop/apps/DdlmU73OR5anrnFwwjTmgQ/download
after Download extract zip and copy and move two files named
'commonlib' and mobilertc
move both to lib folder it will work
Can you show me your build.gradle configuration? please
I tried the following but it still shows preparing a meeting then loading and it does not continue implementation(name: 'commonlib', ext: 'aar') implementation(name: 'mobilertc', ext: 'aar')
investigating I put the following way, but it gives me a duplicate error, the list is long implementation files('libs/commonlib.arr') implementation files('libs/mobilertc.aar')
Same Problem for before it's working and now doesn't work? Please Give solution my project deadline coming soon
Guys this solution I provided above it's working fine in my current project. The solution is here you have to copy the zoom_native_sdk package file in your Project directory and import the project locally then you will find the android and lib folder. Then you have to paste the lib file in that android/lib folder, will work.
Follow this also
https://github.com/abo-el30la/zoom_native_sdk/issues/8#issuecomment-1817497627
I got the solution it work for me. Here is the Solution:
Here is link for download commonlib and mobilertc : https://marketplace.zoom.us/develop/apps/smTJ4Y4OSuiOHfJ2f1cI_A/download
1.create a new account and follow the steps;
C:\Users\prade\AppData\Local\Pub\Cache\hosted\pub.dev
Copy the path and search on you local disk C
and open the zoom_native_sdk folder
and then open also lib folder
in lib folder delete the old commonlib and mobilertc file and paste the new commonlib and mobilertc file
In your flutter project pubspec.yml add zoom_native_sdk from pub.dev
then it works.. and rebuild the your app.. then it works !.
Thank you for helping me solve this problem
according to https://developers.zoom.us/docs/meeting-sdk/minimum-version/
version 5.13.10 will be obsolete by February, you can update as soon as possible, thank you
Closing this issue is resolved
Now meeting not gets joining.
D/EGL_emulation( 8334): app_time_stats: avg=10390.24ms min=15.24ms max=30508.95ms count=3 I/flutter ( 8334): joinMeting -> isInitialized = true I/flutter ( 8334): ZoomNatively-joinMeting 5426687773 D/TAG ( 8334): onMethodCall: {meetingNumber=5426687773, meetingPassword=UUf7uR} I/flutter ( 8334): MethodChannelZoomNatively-joinMeting -> true E/EGL_emulation( 8334): eglCreateContext: EGL_BAD_CONFIG: no ES 3.2 support E/EGL_emulation( 8334): tid 8334: eglCreateContext(1811): error 0x3005 (EGL_BAD_CONFIG) E/EGL_emulation( 8334): eglCreateContext: EGL_BAD_CONFIG: no ES 3.1 support E/EGL_emulation( 8334): tid 8334: eglCreateContext(1805): error 0x3005 (EGL_BAD_CONFIG) W/AudioTrack( 8334): Use of stream types is deprecated for operations other than volume control W/AudioTrack( 8334): See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case D/OpenGLRenderer( 8334): --- Failed to create image decoder with message 'unimplemented' W/Parcel ( 8334): Expecting binder but got null! E/BLASTBufferQueue( 8334): [VRI[MainActivity]#21](f:0,a:1) Applying pending transactions on dtor 1 D/EGL_emulation( 8334): app_time_stats: avg=91.55ms min=9.78ms max=111.22ms count=12 D/EGL_emulation( 8334): app_time_stats: avg=101.76ms min=98.19ms max=111.94ms count=10 W/Parcel ( 8334): Expecting binder but got null!