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

[BUG] Problems with users in the waiting room #27

Open
alejogo4 opened this issue Oct 6, 2020 · 1 comment
Open

[BUG] Problems with users in the waiting room #27

alejogo4 opened this issue Oct 6, 2020 · 1 comment

Comments

@alejogo4
Copy link

alejogo4 commented Oct 6, 2020

Description

When the meet have "put participants in wait list" in the configurations, there are a problem.

The meet start good with the host , but when a other user request entry to meet , the app show the request by 1 second to host and it close.

And the user return to the view and close the zoom view

React Native version:

System:
OS: Windows 10 10.0.18362
CPU: (4) x64 Intel(R) Core(TM) i7-4510U CPU @ 2.00GHz
Memory: 3.56 GB / 11.89 GB
Binaries:
Node: 12.16.3 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK:
API Levels: 21, 28, 29
Build Tools: 28.0.3, 29.0.2, 30.0.0
System Images: android-21 | ARM EABI v7a, android-21 | Google APIs ARM EABI v7a, android-29 | Google APIs Intel x86 Atom
Android NDK: Not Found
Windows SDK: Not Found
IDEs:
Android Studio: Not Found
Visual Studio: 15.9.28307.905 (Visual Studio Community 2017)
Languages:
Java: Not Found
Python: 2.7.17
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: 0.63.2 => 0.63.2
react-native-windows: Not Found
npmGlobalPackages:
react-native: Not Found

Steps To Reproduce

  1. Host start the meet is good
  2. Invited start the meet
  3. it load zoom view for a 2 seconds and then closed
  4. the host can view the alert for agree the user but it close faster

Expected Results

The invited user stay in the zoom view until host agree the request

Snack, code example, screenshot, or link to a repository:

Host user is okey


RNZoomUsBridge.startMeeting(
  meetingId,
  userName,
  userId,
  userZak
);

The invited user

RNZoomUsBridge.joinMeeting(
  meetingId,
  userName,
  meetingPassword,
);

@jadrdev
Copy link

jadrdev commented Oct 7, 2020

The problem may be the waiting room. Disable it

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

2 participants