RTMS Webhook request mismatch

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!

The step you are performing , is the authorization step (OAuth for user authorized apps) . The RTMS webhook will be sent when the meeting actually starts.

1 Like

Oh i see, thank you!
I thought that’s why the flow didn’t work but i figured it’s just not enabled for everyone.
How can i get access for RTMS?