Zoom Meeting API create Instant meeting with ability to join the meeting before host

Description
I am trying to use Zoom Meeting API to create Instant meeting with ability to join the meeting before host. However the value of join_before_host is overwritten by API to no.

I believe instant_meeting does have that flag overwritten by the API itself. Can you confirm ? If that’s the case, can you suggest, what meeting /parameters I need to create to do create :

  1. Instant meeting i.e. non scheduled meeting
  2. ability to join the meeting before host (host itself may not join)

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate

Additional context
Create Meeting
{
“User ID”: “SHg3Q2TCQYaI0YTkmyyCIw”,
“Meeting type”: “1”,
“Meeting topic”: “Duo Rectivation”,
“Password”: null,
“Meeting settings”: {
“join_before_host”: “true”
}
}

Output

{
“status”: “waiting”,
“created_at”: “2020-03-24T08:13:34Z”,


“Meeting settings”: {
“host_video”: false,
“participant_video”: false,
“cn_meeting”: false,
“in_meeting”: false,
"join_before_host": false,
“mute_upon_entry”: false,
“watermark”: false,
“use_pmi”: false,
“approval_type”: 2,
“audio”: “both”,
“auto_recording”: “none”,
“enforce_login”: false,
“enforce_login_domains”: “”,
“alternative_hosts”: “”,
“close_registration”: false,
“registrants_confirmation_email”: true,
“waiting_room”: false,

Hi @media-prod2,

The join_before_host option is available only for scheduled or recurring meetings.

Thanks,
Ojus