Skip to content

@azure/communication-common_1.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 26 Jan 01:53
579d065

1.0.0-beta.4 (2021-01-25)

Added

  • Added MicrosoftTeamsUserIdentifier and isMicrosoftTeamsUserIdentifier.
  • Added optional id property to communication identifiers.

Breaking Changes

  • Changed identifier kind property to use lowerCamelCase.
  • Renamed CommunicationUserCredential to CommunicationTokenCredential.
  • Renamed RefreshOptions to CommunicationTokenRefreshOptions.
  • Renamed Identifier to CommunicationIdentifier.
  • Renamed IdentifierKind to CommunicationIdentifierKind.
  • Renamed PhoneNumber to PhoneNumberIdentifier.
  • Renamed isPhoneNumber to isPhoneNumberIdentifier.
  • Renamed CommunicationUser to CommunicationUserIdentifier.
  • Renamed isCommunicationUser to isCommunicationUserIdentifier.
  • Renamed CallingApplication to CallingApplicationIdentifier.
  • Renamed isCallingApplication to isCallingApplicationIdentifier.