Disconnect a Web Call
End an ongoing web-based call session.
POST
End an active web-based call session. This API notifies the server that the user is done.
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Request Body
roomNamestringrequiredThe room name for the ongoing LiveKit session.
{
"status": "success",
"message": "Session ended successfully"
}