mieszko4 / react-native-zoom-us-test

Example repository of using react-native-zoom-us bridge
16 stars 13 forks source link

Error on ZoomUs.joinMeeting: "[Error: Error: 4, internalErrorCode=0]" #27

Closed Alessandro1918 closed 3 years ago

Alessandro1918 commented 3 years ago

I'm getting this error when trying to join an already started meeting (by me, on my pc). It seems I can initialize the sdk, and get the event log "MEETING_STATUS_CONNECTING" right after pressing the "Join Example Meeting" button. I input the meeting password (and it's doing a validation - trying to enter the wrong password prompts me an "wrong password" message). Right after I press "Ok" on the password, I get his error logs:

LOG {"event": "success", "status": "MEETING_STATUS_DISCONNECTING"} LOG {"event": "endedBySelf", "status": undefined} LOG {"event": "meetingClientIncompatible", "status": "MEETING_STATUS_FAILED"} ERROR [Error: Error: 4, internalErrorCode=0] LOG {"event": "success", "status": "MEETING_STATUS_IDLE"}

I didn't do any changes from the code at https://github.com/mieszko4/react-native-zoom-us-test other than add my "skdKey", "sdkSecret", and my personal meetingID.

Any clues on why this is happening?

Thanks in advance

Sem título

mieszko4 commented 3 years ago

@Alessandro1918 Have you modified const exampleJoinLink = 'https://us02web.zoom.us/j/MEETING_NUMBER?pwd=PASSWORD'; with the real meeting link?

mieszko4 commented 3 years ago

Also you can check with new version. Feel free to reopen

Alessandro1918 commented 3 years ago

@Alessandro1918 Have you modified const exampleJoinLink = 'https://us02web.zoom.us/j/MEETING_NUMBER?pwd=PASSWORD'; with the real meeting link?

Yes, I used my own meeting number and password. I hit pause on that project so I won´t check those fixes for a while... But thanks for the update and follow-up!

AnujSoni2208 commented 2 years ago

i am facing the same issue, can anyone suggest me to solve it

Screenshot 2022-08-10 at 10 48 07 AM

mieszko4 commented 2 years ago

That's interesting. Right before the ERROR there is meetingClientIncompatible. Are you joining a meeting or starting a new one?

AnujSoni2208 commented 2 years ago

@mieszko4 i am receiving meeting ID and Password, the meeting ID and Password in correct, i checked with other zoom app,

I am trying to joining a meeting, but until the host is not joined it should show waiting,

actually it is working on IOS simulator but this issue is occurring on android

AnujSoni2208 commented 2 years ago

That's interesting. Right before the ERROR there is meetingClientIncompatible. Are you joining a meeting or starting a new one?

i created separate meeting link , id and password, and trying to join by app but unable to join as you see logs like 1-) It is connecting then automatically getting disconnect

it is working fine on IOS Simulator but this error is occurring on android Emulator.

Can you suggest any solution ?

mieszko4 commented 2 years ago

Not sure what is the cause. I think we should upgrade Zoom SDK for Android.

dishantjaykasodhan-kiwi commented 2 years ago

did u guys get any solution ?

AnujSoni2208 commented 2 years ago

not yet even try to update zoom SDK also but still not working...

mieszko4 commented 1 year ago

Is this still an issue? Please try with newest 6.16.5.

smikheiev commented 1 year ago

Is this still an issue? Please try with newest 6.16.5.

@mieszko4 we started to have this error too out of blue with version 6.15.1. interesting thing is that everything was working fine, and then at some point it got broken, and we didn't make any changes connected to zoom or video at all. updating to 6.16.5 seems to fix the issue

tommi97 commented 1 year ago

In some Android devices I have the same error when i try to join or start a meeting, with both version 6.15.1 and 6.16.5. IOS work fine.

How can i resolve this issue in Android?

poojabisht2202 commented 1 year ago

I am facing the same error even after version update to latest version but it doesn't seem to work. Any other solution ?

RakshithCodewave commented 1 year ago

I'm getting same issue even after upgrading to latest SDK. I'm attaching logs.

[Error: Error: 4, internalErrorCode=0]

Screenshot 2023-05-15 at 2 19 53 PM
Savan-ITDEV commented 1 year ago

Does this issue have a solution?

RakshithCodewave commented 1 year ago

@Savan-ITDEV this issue is with old SDK, Please use latest android SDK to resolve this issue.

tommi97 commented 1 year ago

Does this issue have a solution?

Read this comment

Savan-ITDEV commented 1 year ago

@RakshithCodewave. Could you suggest how to integrate React Native Project? thank for support

mieszko4 commented 1 year ago

@Savan-ITDEV this issue is with old SDK, Please use latest android SDK to resolve this issue.

I created issue to upgrade Android SDK (https://github.com/mieszko4/react-native-zoom-us/issues/280)