Hi,
I have created a meeting, now I want to add participant in the created meeting, how I can achieve it .
Please provide me the solution for it.
One doubt, Can we add participant when we are creating the meeting through Zoom API.
Pleas tell me how can send the participants details in request body of API:-
{
“topic”:“Meeting”,
“type”:2,
“start_time”:“2020-05-22T118:00:00Z”,
“duration”:“60”,
“timezone”:"",
“password”:“Test@123”,
“agenda”:“string”,
“recurrence”:{
“type”:2,
“repeat_interval”:1,
“weekly_days”:“1,2,3,4,5”,
“end_times”:30,
“end_date_time”:“2020-05-22T18:45:00Z”
},
“settings”:{
“host_video”:false,
“participant_video”:false,
“cn_meeting”:true,
“in_meeting”:true,
“join_before_host”:true,
“waiting_room”: true,
“mute_upon_entry”:true,
“watermark”:true,
“use_pmi”:true,
“approval_type”:0,
“registration_type”:3,
“audio”:“both”,
“auto_recording”:“cloud”,
“enforce_login”:false,
“enforce_login_domains”:false,
“alternative_hosts”:"",
“action”: “end”,
“global_dial_in_countries”:[
“”
],
“registrants_email_notification”:true
}
}