Description
When the end user enters the meeting, the platform gives them the option to enter with or without video. I want to know if it is possible to require the end user to enable the video to join the meeting.
Which App Type
OAuth
Which Endpoint/s
POST /users/{userId}/meetings
Screenshots
Thanks!
Hi @david.restrepo,
You can set the default option for video to be on or off for a meeting using this field in the API:

Let me know if it helps!
Will
Hi @will.zoom I already have these parameters set to true, but the Zoom platform still gives them the option to enter with or without video. I need to restrict access to users who do not have the webcam active… is it posible ?
Hi @david.restrepo,
I’m afraid that’s not possible—you can designate a default for how users will join meetings, but you won’t be able to restrict based on their video capability.
Thanks,
Will