Skip to content

azure-communication-identity_1.2.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 21 Jul 06:17
023db17

1.2.0 (2022-07-21)

Features Added

  • Added support to integrate communication as Teams user with Azure Communication Services:
    • Added getTokenForTeamsUser(GetTokenForTeamsUserOptions options) 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 CommunicationIdentityServiceVersion.V2021_10_31_PREVIEW.
  • Added a new API version CommunicationIdentityServiceVersion.V2022_06_01 that is now the default API version.
  • Added interfaces from com.azure.core.client.traits to CommunicationIdentityClientBuilder.
  • Added retryOptions to CommunicationIdentityClientBuilder.