Our company has an Oauth Zoom app, and we use the create meeting endpoint (POST /users/{user_id}/meetings)
Is it possible to set a flag on these meetings which completely prevents them from being recorded by any user? One of our customers wants to prevent both hosts and guests from recording the meetings created in our app. Both local and cloud recording needs to be blocked.
I tried setting auto_recording to none as mentioned here: Allow recording by user and meeting - #2 by will.zoom
But the record button is still available in the meeting. I think this setting only applies to automatic recording creation.
I see there is a showRecordFunction option for the web sdk: Block recording my meetings in Web SDK
Is something like that available via Oauth app API?