Releases: cmdotcom/talk-sdk-dotnet
Releases · cmdotcom/talk-sdk-dotnet
Supports FlowBuilder instruction
Added
- New instruction for creating outbound
FlowBuilder
calls
See https://developers.cm.com/voice/docs/the-apps#flowbuilder-outbound for more information
Max ringing timeout
Added
- Property
max-ringing-timeout
: The application will wait for the callee to answer the call within the specified seconds. The call will be cancelled after the timeout period has exceeded. Minimum value is 10 and the maximum is 60.
SSML support for TTS
You can now use SSML in TTS prompts.
TTS Volume
Now adds support to provide the desired TTS volume.
Default voice
When not supplied, the voice will default to en-GB, Female, nr. 1.
SendInstruction renamed to SendAsync
The addition of "Async" is to confirm to the MS standard. Also removed the "Instruction" part of the name to keep it short.
SendInstruction still works, but is marked as Obsolete.
First stable release
First stable release of basic functionality.
Second draft version
Even though still a draft, it should just work, at least in a dotnet 2.0 application.