error: 4, internalErrorCode=0
dishantjaykasodhan-kiwi opened this issue · 4 comments
dishantjaykasodhan-kiwi commented
getting error: 4, internalErrorCode=0 on joining & starting meeting in android
RakshithCodewave commented
@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 commented
@nagarro-dv-main @jimji1005
@dishantjaykasodhan-kiwi Did you find any solution for this?
OR
What causing this issue?
RakshithCodewave commented
I found the solution for this issue. We need to use latest android SDK.
KhaledOuartsi commented
Hello @RakshithCodewave can you please explain which android SDK ?