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

ArgumentsDescriptionRequired/Conditional/Optional
textThe text that should be played to the members in the conference.Required
voiceThe voice to be used. Can be MAN or WOMAN. Defaults to WOMAN.Optional
languageThe 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"}