MacsiDigital / laravel-zoom

Laravel Zoom Package
MIT License
261 stars 135 forks source link

Delete Meeting #152

Open jm-vergara opened 1 year ago

jm-vergara commented 1 year ago

I just installed this package and I am using now the OAuth, all function is working but when I delete the meeting it says "HTTP Request returned Status Code 404. This API endpoint is not recognized." is there a proper way to delete the meeting?

This is my code.

$meeting = \Zoom::user()->find($zoomMeeting->zoom_user_id)->meetings();
        $meeting->find($zoomMeeting->zoom_meeting_id);
        $meeting->delete();

I also used the direct find the meeting but same error.

AbdulbasetRS commented 6 months ago

i have the same error , are you fixed issue ?