Created a folder CreateMeeting with route.ts file. Implemented a POST function to create a meeting using documentation provided in ticket. Also created a GET function to get the meetingId from the post function and return the meetingDetails to client side. Tested by making a button in the Create Meeting page. Checked console for success status and Zoom page for created meetings. Had to add certain admin scopes to the Developer Zoom Acc we're working with. Also ended up making like 8 different scheduled meetings in the test. Things to note: Title and date state variables aren't being updated.
Created a folder CreateMeeting with route.ts file. Implemented a POST function to create a meeting using documentation provided in ticket. Also created a GET function to get the meetingId from the post function and return the meetingDetails to client side. Tested by making a button in the Create Meeting page. Checked console for success status and Zoom page for created meetings. Had to add certain admin scopes to the Developer Zoom Acc we're working with. Also ended up making like 8 different scheduled meetings in the test. Things to note: Title and date state variables aren't being updated.