Vonage / vonage-go-sdk

A lightweight library to help Go users everywhere integrate with the Vonage APIs. Issues and PRs all really welcome!!
https://vonage.github.io/vonage-go-sdk/
Apache License 2.0
51 stars 32 forks source link

call end instantly when message contain SSML #64

Open fortino21 opened 2 years ago

fortino21 commented 2 years ago

Hello, so it tried creating call with message containing SSML like this for example : <speak> Hello <break time='3s'> how are you? </speak>

Whenever i answered the call, it always hung up instantly.

Is it not possible create call with message containing SSML ?