зеркало из
1
0
Форкнуть 0
This commit is contained in:
Vinothini Dharmaraj 2024-07-03 08:29:00 -07:00 коммит произвёл GitHub
Родитель 364021d9e2
Коммит ebd8498783
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 13 добавлений и 8 удалений

Просмотреть файл

@ -1,14 +1,8 @@
# Release History
## 1.2.0b1 (Unreleased)
## 1.3.0b1 (Unreleased)
### Features Added
- StartRecording now accepts PauseOnStart.
- Start, Stop, Update transcript added.
- Start, Stop hold music added.
- Introduced `MicrosoftTeamsAppIdentifier` for MS Teams automated scenarios.
- Introduced `TeamsComplianceRecordingStateChanged` event.
- Introduced `TeamsRecordingStateChanged` event.
### Breaking Changes
@ -16,6 +10,17 @@
### Other Changes
## 1.2.0 (2024-04-15)
### Features Added
- Support for Bring Your Own Storage recording option
- Support for PauseOnStart recording option
- Support for Recording state change with new recording kind's
### Other Changes
- Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier
## 1.1.0 (2023-11-23)
### Features Added
- Mid Call actions support overriding callback url.

Просмотреть файл

@ -4,6 +4,6 @@
# license information.
# --------------------------------------------------------------------------
VERSION = "1.2.0b1"
VERSION = "1.3.0b1"
SDK_MONIKER = f"communication-callautomation/{format(VERSION)}"