i want to create a meeting that starts in a specific time (and you can’t join before) however, i don’t want the host (me) to be in the meeting, and also i don’t want any of the participants will have the ability to start video. i want this meeting to end in a specific time.
let’s say, meeting starts at 20:00 and suppose to end in 20:05, two participants join (and the host isn’t one of them) and both of them can’t open video.
i tried using this paramaters but it doesn’t seem working:
“start_time”: “2020-04-04T05:54:00Z”, // it doesn’t matter the start time from what i understand it matters just if the host clicks on the start_url/join the meeting.
“duration”: “1”, // doesn’t have any affect, suppose to have on recurring meeting.
“settings”: {
“participant_video”: “false” // means that the default is that the participant video is off, but he can still change it, and i don’t want him to be able to do so
}
also, i am not sure how to open 3 meetings that will start in the same time (where i am the host, but don’t want to be part in the meeting), where you won’t be able to join before that certain time. can you explain me how to achieve this?