WebSDK Question Concerning Waiting Room Skipped Upon Re-entry

Concerning the waiting room,

The environment is:
Browser app using ZoomWebSDK
@zoomus/websdk”: “^2.9.5”,

These are native apps using the respective iOS and Android SDKs.

If you enable the waiting room, then enter, leave, or re-enter the room,
for iOS and Android SDKs:
User
Enter room => Waiting room => Permission => Meeting
Leave the room
Re-entry => [Waiting room => Permission] => Meeting

However, in WebSDK, the waiting room is skipped when re-entering:
User
Enter room => Waiting room => Permission => Meeting
Leave the room
Re-enter the room => Meeting

In WebSDK, is there a way for the flow to become:
Re-entry => [Waiting room => Permission] => Meeting

For the below flow, you need to clear local storage

and cookies before

.

1 Like

Hi, Thank you for your prompt reply.

I couldn’t clear it because there was other data in LocalStorage, but clearing SessionStorage did the trick.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.