зеркало из
1
0
Форкнуть 0
azure-sdk-for-python/sdk/communication/azure-communication-callaut.../CHANGELOG.md

3.2 KiB

Release History

1.3.0b1 (Unreleased)

Features Added

Breaking Changes

Bugs Fixed

Other Changes

1.2.0 (2024-04-15)

Features Added

  • Support for Bring Your Own Storage recording option
  • Support for PauseOnStart recording option
  • Support for Recording state change with new recording kind's

Other Changes

  • Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier

1.1.0 (2023-11-23)

Features Added

  • Mid Call actions support overriding callback url.
  • Cancel adding Participant invitation.
  • Support transfer a participant in a group call to another participant.
  • Add Custom Context payload to Transfer and AddParticipant API.

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 participants 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.
  • The MicrosoftBotIdentifier has been deprecated.

1.0.0 (2023-06-14)

Call Automation enables developers to build call workflows. Personalise customer interactions by listening to call events and take actions based on your business logic. For more information, please see the README.

Features Added

  • Create outbound calls to an Azure Communication Service user or a phone number.
  • Answer/Redirect/Reject incoming call from an Azure Communication Service user or a phone number.
  • Transfer the call to another participant.
  • List, add or remove participant from the call.
  • Hangup or terminate the call.
  • Play audio files to one or more participants in the call.
  • Recognize incoming DTMF in the call.
  • Record calls with option to start/resume/stop.
  • Record mixed and unmixed audio recordings.
  • Download recordings.