nagarro-dv/react-native-zoom-us-bridge

error: 4, internalErrorCode=0

dishantjaykasodhan-kiwi opened this issue · 4 comments

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

@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;
              });
          }

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

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

Hello @RakshithCodewave can you please explain which android SDK ?