1.0.0-beta.4 (2021-01-25)
Added
- Added
MicrosoftTeamsUserIdentifier
andisMicrosoftTeamsUserIdentifier
. - Added optional
id
property to communication identifiers.
Breaking Changes
- Changed identifier
kind
property to use lowerCamelCase. - Renamed
CommunicationUserCredential
toCommunicationTokenCredential
. - Renamed
RefreshOptions
toCommunicationTokenRefreshOptions
. - Renamed
Identifier
toCommunicationIdentifier
. - Renamed
IdentifierKind
toCommunicationIdentifierKind
. - Renamed
PhoneNumber
toPhoneNumberIdentifier
. - Renamed
isPhoneNumber
toisPhoneNumberIdentifier
. - Renamed
CommunicationUser
toCommunicationUserIdentifier
. - Renamed
isCommunicationUser
toisCommunicationUserIdentifier
. - Renamed
CallingApplication
toCallingApplicationIdentifier
. - Renamed
isCallingApplication
toisCallingApplicationIdentifier
.