1.4.0 (2023-11-30)
Features Added
- Introduction of new scopes for token generation.
CHAT_JOIN
(Access to Chat APIs but without the authorization to create, delete or update chat threads)CHAT_JOIN_LIMITED
(A more limited version ofCHAT_JOIN
that doesn't allow to add or remove participants)VOIP_JOIN
(Access to Calling APIs but without the authorization to start new calls)
- Added a new API version
ApiVersion.V2023_10_01
that is now the default API version.
Other Changes
- The
MicrosoftBotIdentifier
andMicrosoftBotProperties
have been removed.