Acknowledgment messages
Audio chunk acknowledge (ack)
API Documentation
Upload
Pre-recorded endpoints
Live endpoints
Live WS actions
Live WS messages
- Realtime messages
- Post-processing messages
- Acknowledgment messages
- Lifecycle messages
Live callbacks
- Realtime messages
- Post-processing messages
- Acknowledgment messages
- Lifecycle messages
Live webhooks
- Lifecycle messages
Acknowledgment messages
Audio chunk acknowledge (ack)
Payload definition for the audio_chunk
acknowledgment.
Id of the job
Available options:
live.audio_chunk
The live message payload as sent to the WebSocket
Id of the live session
Date of creation of the message. The date is formatted as an ISO 8601 string
Flag to indicate if the action was successfully acknowledged
Error message if the action was not successfully acknowledged
The error message
Available options:
audio_chunk
Was this page helpful?
{
"id": "45463597-20b7-4af7-b3b3-f5fb778203ab",
"event": "live.audio_chunk",
"payload": {
"session_id": "4a39145c-2844-4557-8f34-34883f7be7d9",
"created_at": "2021-09-01T12:00:00.123Z",
"acknowledged": true,
"error": null,
"type": "audio_chunk",
"data": {
"byte_range": [
1024,
2048
],
"time_range": [
0.8,
0.9
]
}
}
}