Description
Details on your question, workflow or the problem you’re trying to solve.
I’m following the Zoom API documentation. The requirement is:
-Create a meeting
-Start meeting
-Send a form of confirmation that we created the meeting and were able to start the meeting
Error?
The full error message or issue you are running into, where applicable.
I found the below api endpoint, but I dont believe it exists anymore in the documentation
[/v2/rooms/{deviceIdentifier}/launch_meeting]
How To Reproduce
Steps to reproduce the behavior:
*1. request your OAuth token from your app
*2. Generate your meeting link
*3. Attempt to start meeting via [/v2/rooms/{deviceIdentifier}/launch_meeting]
You will get an unauthorized error message.
In the Scopes of the Zoom App, I tried adding ALL access and the error was persistant.