Skip to content

Azure.Communication.Messages_1.1.0

Choose a tag to compare

@azure-sdk azure-sdk released this 18 Oct 19:25
b203feb

1.1.0 (2024-10-18)

Features Added

  • Added support for additional media message types: documents, videos, and audio.
  • Introduced the following new models for enhanced media notifications:
    • DocumentNotificationContent: for sending document notifications.
    • VideoNotificationContent: for sending video notifications.
    • AudioNotificationContent: for sending audio notifications.
    • ImageNotificationContent: for sending image notifications.

Other Changes

  • The MediaNotificationContent model, previously used for sending image notifications, is being deprecated. A deprecation warning will inform users to transition to the new ImageNotificationContent model for future use.