Answers for "php zoom api start_time issue"

PHP
0

php zoom api start_time issue

$tempDate = new DateTime($startTime);
$query = [
            'start_time' => $tempDate->format('Y-m-dTH:i:s'),
            'topic' => $topic,
            'duration' => $duration,
            'password' => $password,
            'type' => 2,
        ];

//This is to create a basic scheduled meeting.
//$startTime = input dateTime-local value
Posted by: Guest on February-11-2022

Browse Popular Code Answers by Language