Skip to content

Releases: cmdotcom/talk-sdk-dotnet

Supports FlowBuilder instruction

15 Jul 10:48
f2e793d
Compare
Choose a tag to compare

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

16 Feb 13:29
3ef2749
Compare
Choose a tag to compare

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

12 Jul 08:46
c3a8f06
Compare
Choose a tag to compare

You can now use SSML in TTS prompts.

TTS Volume

02 Oct 07:09
78bb069
Compare
Choose a tag to compare

Now adds support to provide the desired TTS volume.

Default voice

14 Aug 06:41
Compare
Choose a tag to compare

When not supplied, the voice will default to en-GB, Female, nr. 1.

SendInstruction renamed to SendAsync

01 Jul 17:02
Compare
Choose a tag to compare

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

01 Jul 16:59
Compare
Choose a tag to compare

First stable release of basic functionality.

Second draft version

28 Jun 13:14
Compare
Choose a tag to compare
Second draft version Pre-release
Pre-release

Even though still a draft, it should just work, at least in a dotnet 2.0 application.