Play text to a member
POST https://api.plivo.com/v1/Account/{{auth_id}}/Conference/{conference_name}/Member/{member_id}/Speak/
This API will play text to a member in a conference.
Below is the list of arguments that can be passed in this API request, more information can be found here
Arguments | Description | Required/Conditional/Optional |
---|---|---|
text | The text that should be played to the members in the conference. | Required |
voice | The voice to be used. Can be MAN or WOMAN. Defaults to WOMAN. | Optional |
language | The language that needs to be used to speak the text. The default language is US English (en-US). The complete list of supported languages can be found in Languages supported section. | Optional |
Request Body
{"text"=>"Hello World", "voice"=>"WOMAN", "language"=>"en-US"}