Method TextToSpeechSendMessage
TextToSpeechSendMessage(string, TextToSpeechMessageType)
Sends a text-to-speech message to the channel currently being transmitted into based on the TextToSpeechMessageType passed in. This method can also be used for local playback of text/messages exclusively.
Declaration
void TextToSpeechSendMessage(string message, TextToSpeechMessageType messageType)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that will be sent. |
TextToSpeechMessageType | messageType | Configuration for how the message should be sent. |