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?
Hi, there I am having the same issue with the guest mode not being connected. Chris managed to describe the exact issue that I am having.
Currently I am running two instances of zoom on the same pc, but I’ve tried the same flow with 2 pc’s and I am having the same issue.
Can someone point me out if I am missing something on my side?
Hi Chris, can you please tell if this is the reason that I’m not getting any messages when using this.zoomSdk.addEventListener("onMessage", this.onMessage);, but am able to send them to the CameraMode (Layers API example)
I can’t. I don’t work for zoom and stopped building for it a while ago.
Given that this issue is really old and still not resolved, I would recommend that you don’t even try to use zoom socket connections. This is the conclusion I came to and seemingly many others.
Socket.io, ably, and pusher all provide reliable socket connections with minimal infrastructure overhead. Use one of these.