Hi,
I am using zoom apis, Created scheduled meeting but I am able to start meeting again and again with the same url (It seems it is recurred meeting).
My requirement -
once mentor ends the meeting he can never start the meeting again with the same url.
Please help what needs to be change ?
Sample Data to create scheduled meeting -
$payload = [
âtopicâ=> âabcâ
âstart_timeâ=> str_replace(â+00:00â, âZâ, gmdate(âcâ, strtotime(date))),
âdurationâ=> 30,
];
$payload[âtypeâ] = â2â;
$payload[âtimezoneâ] = âAsia/Kolkataâ;
$payload[âsettingsâ] = [
âhost_videoâ=> true,
âparticipant_videoâ=> true,
âcn_meetingâ=> false,
âin_meetingâ=> true,
âjoin_before_hostâ=> false,
âmute_upon_entryâ=> true,
âwatermarkâ=> false,
âuse_pmiâ=> false,
âapproval_typeâ=> 2,
âregistration_typeâ => 2,
âclose_registrationâ => true,
âaudioâ=> âbothâ,
âauto_recordingâ=> âcloudâ,
âenforce_loginâ=> false,
âenforce_login_domainsâ=> ââ,
âalternative_hostsâ=> ââ,
âglobal_dial_in_countriesâ=>
];