Meeting Session Actions
Speak in a meeting session
Sends audio / text-to-speech into a meeting session. With a Telnyx AI Assistant (or avatar) attached, the bot is a webpage-output bot: the speak audio routes through the assistant's output page rather than the bot mic and plays once the assistant is connected -- it is not refused. If that page cannot be reached, delivery fails with the 502 below, which may arrive without an error envelope, so branch on the status code before parsing a body. The assistant is designed to own the conversation, so prefer letting it speak or use send_chat.
post/meeting_sessions/{id}/actions/speak
Path parameters
idstring required
Example:mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890
Unique identifier for the meeting session.
Request body
Response
The speak action was accepted and is being processed.
Example response
{
"data": {
"accepted": true
}
}