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

[Improvement Needed ]Android Stuck in preparing meeting #25

Open
Rushabhgedam opened this issue Sep 22, 2020 · 0 comments
Open

[Improvement Needed ]Android Stuck in preparing meeting #25

Rushabhgedam opened this issue Sep 22, 2020 · 0 comments

Comments

@Rushabhgedam
Copy link

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

 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;

waiting at 7 03
Waiting at 6 56

Thank for any help

@Rushabhgedam Rushabhgedam changed the title [BUG] Android Stuck in preparing meeting [Improvement Needed ]Android Stuck in preparing meeting Sep 22, 2020
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

1 participant