Start Recording
Start recording an active call.
POST
Headers
x-workspace-idstringrequiredWorkspace identifier for the API.
Request Body
pathwayIdstringrequiredThe call flow pathway ID associated with the call.
roomNamestringrequiredThe LiveKit room name of the active call to start recording.
Response Fields
messagestringConfirmation message.
resultobjectRecording result details from LiveKit.
{
"message": "Recording started successfully",
"result": {
"egressId": "EG_abc123"
}
}