There is an edge case we discovered: the Zoom Web Meeting SDK automatically joins the meeting regardless of the waiting room settings. It does not wait in the waiting room as it should. As long as there is a recordingToken it will bypass the waiting room. This is not the expected behaviour, the correct behaviour should be waiting in the waiting room till it is allowed in.
We hope you can look into this issue. Thank you for your attention to this matter.
Hey @blessing
Thanks for reaching out to us!
I am happy to take a look at this. Can you please confirm if you are using Client or component view for this? Have you tried upgrading to the newest version 3.12.0?
Thanks for your prompt reply. I just ran our sample app as is and could not replicate this issue you are seeing.
Could you please share with me where/how you are getting the recordingToken from and where you are passing it in your application? @blessing
I am trying to replicate this using our sample app GitHub - zoom/meetingsdk-web-sample: Zoom Meeting SDK web sample