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"
],
"payload": "Say this to participants",
"payload_type": "text",
"voice": "female",
"language": "en-US",
"command_id": "891510ac-f3e4-11e8-af5b-de00688a4901"
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}Changes
Changed in 2 of the 99 revisions of this API.13
- ○
added
sonioxdiscriminator mapping keys to therequest propertyrequest-property-discriminator-mapping-added
- ○
added to the
request propertyoneOflistrequest-property-one-of-added
- ○
- ▲
removed from the
request propertyoneOflistrequest-property-one-of-removed
- ○
removed
rimediscriminator mapping keys from therequest propertyrequest-property-discriminator-mapping-deleted
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 99 revisions, 1 has no diff computed.