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

The Laravel Zoom API Client is a powerful and comprehensive package designed to provide Laravel users with a unified and consistent approach to integrating Zoom APIs into their applications. With this...

Results 5 zoom-laravel issues
Sort by recently updated
recently updated
newest added

{"status":false,"message":"Client error: `GET https:\/\/api.zoom.us\/v2\/users?page_size=300&status=active&page_number=1` resulted in a `400 Bad Request` response:\n{\"code\":4711,\"message\":\"Invalid access token, does not contain scopes:[user:read:list_users:admin].\"}\n"}

Trying to fix the code so it returns all Users. currently only returns 1

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: 300Validation...

![image](https://github.com/user-attachments/assets/30b28f94-1ce3-48e7-aabb-7950afc37d9b) ![image](https://github.com/user-attachments/assets/91e719f4-ecfa-4c9b-995c-08d560a39286) but other works good