Hi, I’d like to develop an application that can run beside Zoom on macOS and Windows, and control and query various elements of an ongoing meeting. Say for example, muting the microphone or camera, or getting the current status of the mic/camera.
I’m very confused as to which SDK would allow me to do this. Can someone please point me in the right direction?
I’m developing on macOS Big Sur (Xcode 12). The sample app that comes with the Desktop Client SDK fails to build. I’ve successfully added the framework to my CMake build script and compiled and linked it. None of the API calls seem to do much, I get an error code of 0 when trying to authenticate with my credentials (which should be OK), but the onZoomSDKAuthReturn delegate method is never called.
Do I need to use JWT to authenticate with the Zoom services, or is the key and secret from my developer account sufficient?
Which steps do I need to take in order to connect to an ongoing meeting (in the same computer)?
I would be very helpful if someone could point me in the right direction.