Hello Everybody,
I am trying to set up RTMS for the first time and when trying to validate with my webhook server i am getting a weird error.
Zoom is sending a GET request with the following structure: /?code=….
While the Webhook server expects a POST request.
I followed the: Add Realtime Media Streams (RTMS) features to a Zoom app, to setup my app.
I am using:
@zoom/rtms-0.0.2
ngrok for tunneling
Thank you very much!