You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a meeting & trying to join in mobile app using this library,
without making any changes it works fine,but I don't want two pop ups asking for registration and password for meeting so i tried to bypass and referred some workaround at dev.forum of Zoom, but am getting stuck at the preparing meeting screen, any help is appreciated.
React Native version:
D:\React Native Projects\projectName>react-native info
info
React Native Environment Info:
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
Memory: 6.68 GB / 15.96 GB
Binaries:
npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6626763
Steps To Reproduce
Expected Results
To join the zoom meeting which is already launched by the host.
Code in ReactNative
try {
await RNZoomUsBridge.joinMeeting(
meetingID,
"Username",
"30402",
);
} catch (error) {
alert("Report this issue to staff")
}
Changes made in Java at RNZoomUsBridgeModule.java in joinMeeting Function
JoinMeetingOptions opts = new JoinMeetingOptions();
opts.no_webinar_register_dialog = true;
Thank for any help
The text was updated successfully, but these errors were encountered:
Rushabhgedam
changed the title
[BUG] Android Stuck in preparing meeting
[Improvement Needed ]Android Stuck in preparing meeting
Sep 22, 2020
Description
I've created a meeting & trying to join in mobile app using this library,
without making any changes it works fine,but I don't want two pop ups asking for registration and password for meeting so i tried to bypass and referred some workaround at dev.forum of Zoom, but am getting stuck at the preparing meeting screen, any help is appreciated.
React Native version:
D:\React Native Projects\projectName>react-native info
info
React Native Environment Info:
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
Memory: 6.68 GB / 15.96 GB
Binaries:
npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6626763
Steps To Reproduce
Expected Results
To join the zoom meeting which is already launched by the host.
Code in ReactNative
Changes made in Java at RNZoomUsBridgeModule.java in
joinMeeting
FunctionThank for any help
The text was updated successfully, but these errors were encountered: