We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7419c commit 1546a35Copy full SHA for 1546a35
README.md
@@ -100,7 +100,7 @@ speakSentence.Locale = "en_US";
100
101
var bxml = new BXML(speakSentence);
102
103
-await client.Voice.APIController.ModifyCallBxml("1111111", callId, bxml.ToString());
+await client.Voice.APIController.ModifyCallBxml("1111111", callId, bxml.ToBXML());
104
```
105
106
0 commit comments