Hello Team,
Last thread was locked due to no activity sorry about that. No custom code is needed to reproduce this issue.
Please see steps to reproduce in the below section.
Error
Error code: 3000. Please see screenshot
Which version?
1.9.0
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Create a recurrence meeting which has ‘Allow participants to join anytime’ set true, ‘Waiting room’ set false.
- Modify a single occurrence to turn off ‘Allow participants to join anytime’, turn on ‘Waiting room’.
- Don’t start the meeting
- Let guest user join the meeting through ‘Invite Link’ and then use ’ Join from Your Browser’ option to join on web app.
- Guest will see black screen with errors
Screenshots
Device (please complete the following information):
Additional context
We first found out this problem by using WebSDK and found out the behaviors below. But it is also reproducible on Zoom Webapp. The guest user will be able to join if we set that single occurrence meeting back to ‘Allow participants to join anytime’ true, ‘Waiting room’ false. I will try to monitor this thread more often incase I miss any feedback in the future.
ZoomMtg.init() is working fine which calls success callback that calls join()
ZoomMtg.join() never calls back to success() nor error() callback