Closed jacobatan closed 1 year ago
We want to have an endpoint to end the meeting.
Could possibly have the endpoint be PATCH /meetings/:meetingId/end.
PATCH /meetings/:meetingId/end
And our req body would be something like
{ finishTime: 1682834400000 }
Outcome
We want to have an endpoint to end the meeting.
Key Results
Could possibly have the endpoint be
PATCH /meetings/:meetingId/end
.And our req body would be something like
{ finishTime: 1682834400000 }