This commit is contained in:
pavelprystinka 2023-01-06 09:59:11 -08:00 коммит произвёл GitHub
Родитель 19643ec566
Коммит fc1efb6083
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 16 добавлений и 9 удалений

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

@ -5,11 +5,6 @@
Azure Communication [UI Mobile Library](https://docs.microsoft.com/en-us/azure/communication-services/concepts/ui-library/ui-library-overview) is an Azure Communication Services capability focused on providing UI components for common business-to-consumer and business-to-business calling interactions.
## Getting Started
Get started with Azure Communication Services by using the UI Library to integrate communication experiences into your applications. For detailed instructions to quickly integrate the UI Library functionalities visit the [Quick-start Documentation](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/ui-library/get-started-call?tabs=kotlin&pivots=platform-android).
### Prerequisites
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

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

@ -2,10 +2,16 @@
# Azure Communication UI Mobile Library for Android - Calling
Get started with Azure Communication Services by using the Calling UI Library to integrate communication experiences into your applications. For detailed instructions to quickly integrate the Calling UI Library functionalities visit the [Quick-start Documentation](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/ui-library/get-started-call?tabs=kotlin&pivots=platform-android).
## Latest Release
- Stable: [1.1.0 release](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.1.0)
- Public Preview: [1.2.0-beta.1](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.2.0-beta.1)
### Install the packages
## Getting Started
Get started with Azure Communication Services by using the Calling UI Library to integrate communication experiences into your applications. For detailed instructions to quickly integrate the Calling UI Library functionalities visit the [Quick-start Documentation](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/ui-library/get-started-composites?tabs=kotlin&pivots=platform-android).
## Installation
In your app level (**app folder**) `build.gradle`, add the following lines to the dependencies and android sections.

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

@ -2,10 +2,16 @@
# Azure Communication UI Mobile Library for Android
Get started with Azure Communication Chat Services by using the UI Library to integrate communication experiences into your applications. For instructions to quickly integrate the UI Library functionalities, please follow our guide below.
## Latest Release
- Public Preview: [1.0.0-beta.1](https://github.com/Azure/communication-ui-library-android/releases/tag/chat-v1.0.0-beta.1)
### Install the packages
## Getting Started
Get started with Azure Communication Chat Services by using the UI Library to integrate communication experiences into your applications. For instructions to quickly integrate the UI Library functionalities [Quick-start Documentation](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/ui-library/get-started-chat-ui-library?tabs=kotlin&pivots=platform-android).
## Installation
In your app level (**app folder**) `build.gradle`, add the following lines to the dependencies and android sections.