Skip to content

Commit 1546a35

Browse files
Update README.md
Co-authored-by: Mike Hamer <[email protected]>
1 parent cc7419c commit 1546a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ speakSentence.Locale = "en_US";
100100

101101
var bxml = new BXML(speakSentence);
102102

103-
await client.Voice.APIController.ModifyCallBxml("1111111", callId, bxml.ToString());
103+
await client.Voice.APIController.ModifyCallBxml("1111111", callId, bxml.ToBXML());
104104
```
105105

106106

0 commit comments

Comments
 (0)