zoom-laravel icon indicating copy to clipboard operation
zoom-laravel copied to clipboard

Create meeting on working

Open tufailkhan45 opened this issue 1 year ago • 5 comments

Getting the following response on createMeeting function

array:2 [ // app/Http/Controllers/MeetingController.php:81
  "status" => false
  "message" => """
    Client error: `POST https://api.zoom.us/v2/users/me/meetings` resulted in a `400 Bad Request` response:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?><result><code>300</code><message>Validation Failed.</message><err (truncated...)

    """
]

I've checked https://zoom.us/oauth/token API it is working fine returning a token but the users/me/meetings not working.

tufailkhan45 avatar Feb 05 '24 09:02 tufailkhan45