The problem
I need to forbid screen sharing for some meetings (to make the “Share Screen” button unavailable in Zoom clients).
The solution
I would like to have an option in Create a meeting API something like {…, “settings”: {…, “screen_sharing”: false}}
Alternatives I’ve considered
I have only one option: go to account (user) settings and find “In Meeting (Basic)” section and disable “Screen sharing”. But it forbids screen sharing for all meetings.