Open jm-vergara opened 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.
i have the same error , are you fixed issue ?
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.
I also used the direct find the meeting but same error.