End Active Call
End an active call by its room name.
POST
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
roomNamestringrequiredThe LiveKit room name of the active call to end.
Response Fields
successbooleanWhether the call was ended successfully.
messagestringConfirmation message.
roomNamestringThe room name of the ended call.
endTimestringISO timestamp when the call was ended.
{
"success": true,
"message": "Call ended successfully",
"roomName": "call-abc123",
"endTime": "2024-06-01T10:05:00.000Z"
}