Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete Meeting #152

Open
jm-vergara opened this issue Sep 20, 2023 · 1 comment
Open

Delete Meeting #152

jm-vergara opened this issue Sep 20, 2023 · 1 comment

Comments

@jm-vergara
Copy link

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
Copy link

i have the same error , are you fixed issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants