I have a simple workflow setup to test the Zoom socket connect features. It’s basically console logging all of the events.
In my main logged in instance, I receive all messages, a success response from the zoomSdk.connect() call, and the firing of the onConnect event.
Then, in my guest mode Zoom instance, running the same code, I receive a success response from the zoomSdk.connect() call, but then receive nothing from the onConnect event.
Message passing between the host and guest mode Zoom app instances similarly do not work, as no event is fired for onMessage
I have all relevant APIs enabled and guest mode with the local testing turned on and working.
The ZoomApp SDK Documentation clearly indicates that these events are supported in guest mode.
Is this a bug? Can someone point out what may be the issue here?