updating the alpha version (#36247)
This commit is contained in:
Родитель
364021d9e2
Коммит
ebd8498783
|
@ -1,14 +1,8 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## 1.2.0b1 (Unreleased)
|
## 1.3.0b1 (Unreleased)
|
||||||
|
|
||||||
### Features Added
|
### 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
|
### Breaking Changes
|
||||||
|
|
||||||
|
@ -16,6 +10,17 @@
|
||||||
|
|
||||||
### Other Changes
|
### 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)
|
## 1.1.0 (2023-11-23)
|
||||||
### Features Added
|
### Features Added
|
||||||
- Mid Call actions support overriding callback url.
|
- Mid Call actions support overriding callback url.
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
# license information.
|
# license information.
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
|
||||||
VERSION = "1.2.0b1"
|
VERSION = "1.3.0b1"
|
||||||
|
|
||||||
SDK_MONIKER = f"communication-callautomation/{format(VERSION)}"
|
SDK_MONIKER = f"communication-callautomation/{format(VERSION)}"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче