i’m trying to create the meeting with use_pmi as false in lower environments.If i try to join the meeting it is showing me that host needs to start the meeting but in create response join_before host is true.If use_pmi as true i’m able to join meeting directly.I have checked account level ,Group level settings join_before host is true and it is locked but still i’m unable to join until host starts the meeting.
Error
Please wait for the host to start this meeting
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Jwt
How To Reproduce (If applicable)
Request for create Meeting :
{
“topic”: “Test Link”,
“type”: 2,
“start_time”: “2020-07-08T01:00:00Z”,
“settings”: {
“use_pmi”: false
}
}
Response for Create Meeting:
“host_video”: true,
“in_meeting”: false,
“join_before_host”: true
Group level and Account level settings :
“schedule_meeting”: {
“host_video”: true,
“participant_video”: true,
“audio_type”: “both”,
“join_before_host”: true,
“personal_meeting”: true,
“use_pmi_for_schedule_meetings”: false,
“use_pmi_for_instant_meetings”: false,
“force_pmi_jbh_password”: true,
“require_password_for_scheduling_new_meetings”: true,
“require_password_for_scheduled_meetings”: false,
“require_password_for_instant_meetings”: false,
“require_password_for_pmi_meetings”: “all”,
“pstn_password_protected”: true,
“mute_upon_entry”: true,
“upcoming_meeting_reminder”: true,
“embed_password_in_join_link”: true
},
Additional context
-
- How it is allowing if use_pmi is true?
-
- Do i need to do any additional settings if use_pmi value is false