API Endpoint(s) and/or Zoom API Event(s)
post https://zoom.us/v2/users/{videoconference_host_id}/meetings
Description
We are trying depending on the meeting_authentication, if we want it to be true or false, by adding authentication_option, but false is always the value returned by the request.
the option in the administration: Only authenticated meeting participants and webinar attendees can join meetings and webinars is disabled and unlocked.
Error?
meeting_authentication is always false
How To Reproduce
**
*1. Request json:
{
“host_id”: “XXXXXXXXX”,
“topic”: “Meeting Title”,
“type”: 2,
“start_time”: “2024-09-09T10:00:00Z”,
“timezone”: “Europe/Madrid”,
“duration”: 60,
“password”: “12345”,
“settings”: {
“approval_type”: 0,
“contact_name”: “Host Name”,
“contact_email”: “email@example.com”,
“waiting_room”: false,
“meeting_authentication”: true,
“authentication_option”: { AUTHENTICATION_OPTION_ID},
“auto_recording”: “cloud”
}
}
*
2. Response json:
{
“uuid”: “{UUI}”,
“id”: {ID},
“host_id”: “{HOST_ID}”,
“host_email”: “{HOST_EMAIL}”,
“topic”: “Meeting Title”,
“type”: 1,
“status”: “waiting”,
“timezone”: “Europe/Madrid”,
“created_at”: “2024-09-10T11:32:23Z”,
“start_url”: “{URL}”,
“settings”: {
“host_video”: false,
“participant_video”: false,
“cn_meeting”: false,
“in_meeting”: false,
“join_before_host”: false,
“jbh_time”: 0,
“mute_upon_entry”: false,
“watermark”: false,
“use_pmi”: false,
“approval_type”: 2,
“audio”: “voip”,
“auto_recording”: “none”,
“enforce_login”: false,
“enforce_login_domains”: “”,
“alternative_hosts”: “”,
“alternative_host_update_polls”: false,
“close_registration”: false,
“show_share_button”: false,
“allow_multiple_devices”: false,
“registrants_confirmation_email”: true,
“waiting_room”: false,
“request_permission_to_unmute_participants”: false,
“registrants_email_notification”: true,
“meeting_authentication”: false,
“encryption_type”: “enhanced_encryption”,
“approved_or_denied_countries_or_regions”: {
“enable”: false
},
“question_and_answer”: {
“enable”: false
},
“breakout_room”: {
“enable”: false
},
“internal_meeting”: false,
“continuous_meeting_chat”: {
“enable”: false,
“auto_add_invited_external_users”: false
},
“participant_focused_meeting”: false,
“push_change_to_calendar”: false,
“resources”: [],
“alternative_hosts_email_notification”: false,
“show_join_info”: false,
“device_testing”: false,
“focus_mode”: false,
“meeting_invitees”: [],
“enable_dedicated_group_chat”: false,
“private_meeting”: false,
“email_notification”: false,
“host_save_video_order”: false,
“sign_language_interpretation”: {
“enable”: false
},
“email_in_attendee_report”: false
},
“pre_schedule”: false,
“password”: null,
“encrypted_password”: null
}