Member
Speak text to a member
This API plays spoken text to a member in a conference.
API Endpoint
POST
The member_id attribute that’s passed in the URL can be a member_id, a comma-separated list of member IDs on which this operation will be performed, or the string all. In the latter case, the play text action is performed on all members of the conference.
Attributes
Argument | Description |
---|---|
text Required | The text that should be spoken to the members in the conference. |
voice string | The voice to be used. Allowed values: MAN , WOMAN Defaults to: WOMAN . |
language string | The language that needs to be used to speak the text. The default language is US English (en-US ). See the list of supported languages below. |