[Calling][Documentation] update versions and changelog (#1083)

This commit is contained in:
Inderpal Singh Aulakh 2024-09-11 14:44:37 -07:00 коммит произвёл GitHub
Родитель 3491335a9d
Коммит 7516a59e5e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 19 добавлений и 6 удалений

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

@ -5,7 +5,7 @@ buildscript {
}
ext {
call_library_version_name = '1.11.0'
call_library_version_name = '1.11.0-beta.2'
chat_library_version_name = '1.0.0-beta.3'
ui_library_version_code = getVersionCode()
@ -49,7 +49,7 @@ buildscript {
azure_calling_sdk_version_ga = '2.10.0'
// Newest version of the SDK, can be beta
azure_calling_sdk_version_beta = '2.10.0-beta.1'
azure_calling_sdk_version_beta = '2.11.0-beta.1'
}
// Initialize the SDK Version based on the calling SDK Beta flag

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

@ -4,7 +4,7 @@
## Latest Release
- [1.9.0 release](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.9.0)
- [1.10.0 release](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.10.0)
## Getting Started
@ -27,7 +27,7 @@ android {
```groovy
dependencies {
...
implementation 'com.azure.android:azure-communication-ui-calling:1.9.0'
implementation 'com.azure.android:azure-communication-ui-calling:1.10.0'
...
}
```

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

@ -1,9 +1,22 @@
# Azure Communication UI Calling Release History
## 1.11.0-beta.1 (*)
## 1.11.0-beta.2 (2024-09-12)
### Features
- Call screen information header title/subtitle customization
- Ability to hide or disable buttons and create custom buttons
### Bug Fixes
- Bring to foreground crash in disconnecting state
- Snackbar text length fix
- Set text size for speaker button
- OnHold text position
- Most recent joined participant shows up in the participants list with the local User's custom avatar
- Apply correct colour to the window to avoid splash white screen on the launch
## 1.11.0-beta.1 (2024-08-28)
### Features
- Call screen information header title customization and call duration timer
- Call screen control bar custom button support
## 1.10.0 (2024-08-12)