Using this template helps us debug your issues more effectively
Description
Why is that that for some hosts/accounts, I’m able to use the create a meeting API to turn on “meeting_authentication = true” and auto_recording = “cloud”, but for some hosts, I can’t?
The host that I can: .
The accounts that I can’t completely:
Error
The full error message or issue you are running into.
Trying to send the same API body using m as hosts does not turn on cloud recordings or meeting authentication.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
“topic”:“Test ALL zoom (Dom)”,“agenda”:"",“settings”:{“auto_recording”:“cloud”,“approval_type”:2,“join_before_host”:true,“mute_upon_entry”:true,“participant_video”:true,“host_video”:true,“registration_type”:2,“meeting_authentication”:true,“jbh_time”:10,“waiting_room”:false},“start_time”:“2021-05-04T23:08:07Z”,“duration”:12,“type”:2}
https://api.zoom.us/v2/users/gEI8iIjjTUaVtI48AI7rmw/meetings
and
{“topic”:“Authenticated Zoom Event”,“agenda”:"",“settings”:{“auto_recording”:“none”,“approval_type”:2,“join_before_host”:true,“mute_upon_entry”:false,“participant_video”:true,“host_video”:true,“registration_type”:2,“meeting_authentication”:true,“jbh_time”:10,“waiting_room”:false},“start_time”:“2021-05-04T18:27:13Z”,“duration”:60,“type”:2}
url: https://api.zoom.us/v2/users/DUubK2StTDenMqyP8FGSmg/meetings
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.