Hi!
I’m struggling with recordings’ passwords
I need to remove passwords of some of recordings. I’ve already tried to remove it with patch request to “meetings/{meeting_id}/recordings/settings”
But I keep getting 400 error
Preliminary i make a get request to “meetings/{meeting_id}/recordings/settings” and then change payload’s password to empty string
Is that even possible to remove password via API?