hi again,
i often observe the problem that admitting does not work:
-
using SDK 1.8.6, i open a meeting as host via the websdk with waiting room enabled
-
a user joins with a native client(linux/windows/sdk)
-
i admit the user via ZoomMtg.putOnHold({hold: false, userId: 1234, success_callback: …})
-
the corresponding success callback for ZoomMtg.putOnHold() is called
-
i can observe that the status of the client changes, as the it tries to reconnect.
-
the admitted user disappears from the waiting room list
nevertheless, sometimes/often reconnecting does not work, i can wait for minutes and watch the joining client trying to reconnect, but it does not succeed.
i also observed this behaviour by using your built-in ‘admit’ js button(the top blue bar that appears when a user comes into the waiting room).
is anybody aware of such a problem?
thx
hari