BBnepal-Accounts/zoom/php_zoom/index.php

13 lines
251 B
PHP
Raw Permalink Normal View History

2024-07-10 12:43:19 +00:00
<?php
include("config.php");
include("api.php");
$arr["topic"] ="Hello";
$arr["start_date"] = date("2021-09-06 03:00:00");
$arr["duration"] = 30;
$arr["password"] = "Admin@123";
$arr["type"] = "2";
//$result = createMeeting($arr);
print_r($arr);
?>