github Azure/azure-sdk-for-python azure-communication-callautomation_1.1.0b1

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 and GroupCallLocator have been deprecated, and the ID values can now be passed directly into CallAutomationClient.start_recording as keyword arguments.
  • The model CallInvite has been deprecated and now the target CommunicationIdentifier and associated properties can be passed directly into create_call, redirect_call and add_participant.
  • The method CallAutomationClient.create_group_call has been deprecated, this can now be achieved by passing a list of CommunicationIdentifiers into create_call.
  • The method CallConnectionClient.play_media_to_all has been deprecated, this can now be achieved as the default behaviour of play_media.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.