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

[Improvement Needed ]Android Stuck in preparing meeting

Rushabhgedam opened this issue · 0 comments

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