Conference Commands
Speak text to conference participants
Convert text to speech and play it to all or some participants.
post/conferences/{id}/actions/speak
Path parameters
idstring required
Specifies the conference by id or name
Request body
Example request
{
"call_control_ids": [
"v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg"
],
"command_id": "891510ac-f3e4-11e8-af5b-de00688a4901",
"language": "en-US",
"payload": "Say this to participants",
"payload_type": "text",
"voice": "female"
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}