Meeting Session Actions
Speak in a meeting session
Sends audio / text-to-speech into a meeting session.
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
}
}