abo-el30la / zoom_native_sdk

Apache License 2.0
17 stars 11 forks source link

Meeting not starting #8

Closed vaibhav936 closed 10 months ago

vaibhav936 commented 1 year ago

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!

Aaqib22 commented 1 year ago

i am facing the same issue

syborg2290 commented 1 year ago

Same here

Aaqib22 commented 1 year ago

bro, is there any solution have you found?

syborg2290 commented 1 year ago

Yeah, try with bit older meeting sdk

syborg2290 commented 1 year ago

manually download from zoom marketplace

vaibhav936 commented 1 year ago

@syborg2290 That worked ?

Aaqib22 commented 12 months ago

@syborg2290 which version you are using ?

Aaqib22 commented 12 months ago

@syborg2290 can you please share the link where you have gotten the older sdk please

syborg2290 commented 12 months ago

zoom-sdk-android-5.13.10.12577.zip

syborg2290 commented 12 months ago

zoom marketplace -> meeting sdk app -> download sdk

syborg2290 commented 12 months ago

Clone the repo "https://github.com/abo-el30la/zoom_native_sdk/tree/master" and manually download the sdk.

Aaqib22 commented 12 months ago

@syborg2290 can you provide the zoom marketplace exact link here please where I can download it?

angelgoitia commented 12 months ago

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

vaibhav936 commented 12 months ago
Screenshot 2023-11-18 at 6 01 44 PM

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

Screenshot 2023-11-18 at 6 05 18 PM
angelgoitia commented 12 months ago
Screenshot 2023-11-18 at 6 01 44 PM

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

Screenshot 2023-11-18 at 6 05 18 PM

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

angelgoitia commented 12 months ago
Screenshot 2023-11-18 at 6 01 44 PM

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

Screenshot 2023-11-18 at 6 05 18 PM

Can you show me your build.gradle configuration? please

angelgoitia commented 12 months ago

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')

Captura

Pradeeptharu100 commented 11 months ago

Same Problem for before it's working and now doesn't work? Please Give solution my project deadline coming soon

vaibhav936 commented 11 months ago

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.

Screenshot 2023-11-23 at 9 54 08 PM Screenshot 2023-11-23 at 9 55 09 PM Screenshot 2023-11-23 at 9 57 45 PM

Follow this also

https://github.com/abo-el30la/zoom_native_sdk/issues/8#issuecomment-1817497627

Pradeeptharu100 commented 11 months ago

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;

Screenshot 2023-11-25 123725

  1. Click Develop and choose Build App Screenshot 2023-11-25 123810
  2. Click on Zoom Metting SDK create. Screenshot 2023-11-25 123908 4.Create a new app. Screenshot 2023-11-25 124002 5.And fill the basic information on this screen. Screenshot 2023-11-25 124030
  3. after fill you will move to download option and check there is mention the next the 3 steps of verison and donwload then file which i highlight . Screenshot 2023-11-25 124219 7.After download the file extract them and open the file Screenshot 2023-11-25 124304 8.Open Mobile android-studio folder Screenshot 2023-11-25 124319
  4. and there has folders name mobilertc and commonlib and both commonlib and mobilertc folder open and inside the folder files copy and paste on the on flowing locations of your zoom_native_sdk android libs inside.

Screenshot 2023-11-25 124327

  1. on this both folder file move in mentiond location . here is loaction pic => Screenshot 2023-11-25 122726

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

Screenshot 2023-11-25 123109

and then open also lib folder

Screenshot 2023-11-25 123122

in lib folder delete the old commonlib and mobilertc file and paste the new commonlib and mobilertc file Screenshot 2023-11-25 123132

  1. In your flutter project pubspec.yml add zoom_native_sdk from pub.dev Screenshot 2023-11-25 124449

    then it works.. and rebuild the your app.. then it works !.

angelgoitia commented 11 months ago

Thank you for helping me solve this problem

angelgoitia commented 11 months ago

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

vaibhav936 commented 10 months ago

Closing this issue is resolved