[BUG] Problems with users in the waiting room
alejogo4 opened this issue · 1 comments
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
- Host start the meet is good
- Invited start the meet
- it load zoom view for a 2 seconds and then closed
- 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,
);
The problem may be the waiting room. Disable it