Hello,
I am using the easylink API for sending simple voice message through Java library.
Every work well, but when i try to insert some tags like:
<break time="500ms"/>
or when i want to change the voice type (female / male):
<voice gender='male' category='adult'>
the system ignore this tags
Through the portal the tags are interpreted as expected, but none using API (in my case)
You will find in attached file the source code (the problem is near storeObject method).
Regards