1.1.0b1 (2023-08-17)
Features Added
- Play and recognize supports TTS and SSML source prompts.
- Recognize supports choices and freeform speech.
- Start/Stop continuous DTMF recognition by subscribing/unsubscribing to tones.
- Send DTMF tones to a participant in the call.
- Mute participant in the call.
Other Changes
- The models
ServerCallLocator
andGroupCallLocator
have been deprecated, and the ID values can now be passed directly intoCallAutomationClient.start_recording
as keyword arguments. - The model
CallInvite
has been deprecated and now the targetCommunicationIdentifier
and associated properties can be passed directly intocreate_call
,redirect_call
andadd_participant
. - The method
CallAutomationClient.create_group_call
has been deprecated, this can now be achieved by passing a list ofCommunicationIdentifier
s intocreate_call
. - The method
CallConnectionClient.play_media_to_all
has been deprecated, this can now be achieved as the default behaviour ofplay_media
.