Invalid recording setting


I set it this way in the background, I don’t need the password, but I call the interface, and I still report an error

  • I don’t want a password. What should I do?

{
“authentication_option”: “test”,
“recording_authentication”: false,
“password”: “”,
“send_email_to_host”: false,
“approval_type”: 2,
“show_social_share_buttons”: false,
“authentication_domains”: “***.org”,
“viewer_download”: true,
“share_recording”: “publicly”,
“on_demand”: false
}

@tommy * Do you know anything about that

Hey @baohanhai,

Try removing the password property from your request:

{
"authentication_option": "test",
"recording_authentication": false,
"send_email_to_host": false,
"approval_type": 2,
"show_social_share_buttons": false,
"authentication_domains": "***.org",
"viewer_download": true,
"share_recording": "publicly",
"on_demand": false
}

Thanks,
Tommy