Hello.
I’m having trouble getting streaming data out of the beta client for RTMS.
I have Zoom general app with all of the permissions and scopes required by the RTMS docs.
When using the client id/secret for “development,” I successfully establish connections with the handshake and media servers. However, I receive no streaming data. (Interesting note: the app’s listing “Apps that can access content in this meeting” modal eventually tells that the connection failed, even though the connections persist in the application I’m building.) This is consistent with what @noah.duncan discovered here, so I attempted using the app’s “production” client id/secret.
However, when I use my Zoom app’s “production” client id/secret, the handshake connection is closed by Zoom shortly after performing the handshake request. i.e., the client id/secret used to generate the handshake request signature do not seem to work.
Would appreciate some guidance here. I imagine that I haven’t done something required for production setup.
Notes for Zoom folks:
- this Zoom application is a test application under a test account for my organization; it is not under the account I’m currently posting under. This test account has been given RTMS abilities by Zoom.
- my organization will not be exposing our Zoom General application(s) publicly; the intention is to make the app available only for certain Group(s) users that my organization creates/controls.