Acknowledgment messages
Audio chunk acknowledge (ack)
Payload definition for the audio_chunk
acknowledgment.
session_id
string
requiredId of the live session
created_at
string
requiredDate of creation of the message. The date is formatted as an ISO 8601 string
acknowledged
boolean
requiredFlag to indicate if the action was successfully acknowledged
error
object
requiredError message if the action was not successfully acknowledged
type
enum<string>
default: audio_chunkrequiredAvailable options:
audio_chunk
data
object
requiredThe message data. "null" if the action was not successfully acknowledged
Was this page helpful?