Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: 4, internalErrorCode=0 #52

Open
dishantjaykasodhan-kiwi opened this issue Nov 10, 2022 · 4 comments
Open

error: 4, internalErrorCode=0 #52

dishantjaykasodhan-kiwi opened this issue Nov 10, 2022 · 4 comments

Comments

@dishantjaykasodhan-kiwi

getting error: 4, internalErrorCode=0 on joining & starting meeting in android

@RakshithCodewave
Copy link

RakshithCodewave commented May 11, 2023

@nagarro-dv-main @jimji1005
Facing same issue in android
. [Error: Error: 4, internalErrorCode=0]

import RNZoomUsBridge from "@mokriya/react-native-zoom-us-bridge";


 RNZoomUsBridge.initialize(ZOOMAPKKEY, ZOOMAPKSECRET).then((res) => {
            console.log("-------> ",res);
            RNZoomUsBridge.joinMeeting(
              /* item.scheduleInfo.meetingId */ String(data?.meetingId),
              userDetails.studentName,
              /* item.scheduleInfo.encryptedPassword */ String(data?.encryptedPassword)
            ).then((res) => {
              console.log("*****",res);
            })
              .catch((err) => {
                console.log(">>>>>",err);
                return err;
              });
          }

@RakshithCodewave
Copy link

RakshithCodewave commented May 15, 2023

@nagarro-dv-main @jimji1005
@dishantjaykasodhan-kiwi Did you find any solution for this?
OR
What causing this issue?

@RakshithCodewave
Copy link

I found the solution for this issue. We need to use latest android SDK.

@KhaledOuartsi
Copy link

Hello @RakshithCodewave can you please explain which android SDK ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants