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.
Getting the following response on
createMeetingfunctionI've checked
https://zoom.us/oauth/tokenAPI it is working fine returning a token but theusers/me/meetingsnot working.