Skip to content

azure-communication-identity_1.1.0

Choose a tag to compare

@azure-sdk azure-sdk released this 01 Aug 16:40
ab81398

1.1.0 (2022-08-01)

Features Added

  • Added support to integrate communication as Teams user with Azure Communication Services:
    • Added get_token_for_teams_user(aad_token, client_id, user_object_id) method that provides the ability to exchange an Azure AD access token of a Teams user for a Communication Identity access token to CommunicationIdentityClient.
  • Removed ApiVersion.V2021_10_31_preview from API versions.
  • Added a new API version ApiVersion.V2022_06_01 that is now the default API version

Other Changes