Skip to content

Commit 048fad1

Browse files
authored
Merge pull request #209712 from ktoliver/1982794-android
edit pass: UI Library quickstart for Android - include file
2 parents 5011ffb + f679136 commit 048fad1

File tree

2 files changed

+118
-97
lines changed

2 files changed

+118
-97
lines changed
Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Quickstart - Add UI Library into your app
2+
title: Quickstart - Integrate experiences in your app by using UI Library
33
titleSuffix: An Azure Communication Services quickstart
4-
description: In this quickstart, you'll learn how to get started with UI Library composites
5-
author: jorgegarc
4+
description: Get started with Azure Communication Services UI Library composites to add communication experiences to your applications.
5+
author: garchiro7
66
ms.author: jorgegarc
77
ms.date: 10/10/2021
88
ms.topic: quickstart
@@ -11,27 +11,36 @@ zone_pivot_groups: acs-plat-web-ios-android
1111
ms.custom: mode-other
1212
---
1313

14-
# Quickstart: Get started with the UI Library
14+
# Quickstart: Get started with UI Library
1515

16-
Get started with Azure Communication Services by using the UI Library to quickly integrate communication experiences into your applications. In this quickstart, you'll learn how to integrate the composites into your applications.
16+
Get started with Azure Communication Services UI Library to quickly integrate communication experiences into your applications. In this quickstart, learn how to integrate UI Library composites into an application and set up the experience for your app users.
1717

18-
The UI library will render a full communication experience right into your application. It takes care of connecting to the desired call and setting it up behind the scenes. As a developer you just need to worry about where in your experience you want the communication experience to launch. The composite takes the user through setting up their devices, joining the call and participating in it, and rendering other participants.
18+
Communication Services UI Library renders a full communication experience right in your application. It takes care of connecting to the call, and it sets up the user's participation in the call behind the scenes. As a developer, you need to worry about where in your app's user experience you want the communication experience to launch. The composite takes the user through setting up their devices, joining the call and participating in it, and rendering other participants.
19+
20+
View this video for an overview:
1921

2022
::: zone pivot="platform-web"
23+
2124
[!INCLUDE [UI Library with Web](./includes/get-started-call/web.md)]
25+
2226
::: zone-end
2327

2428
::: zone pivot="platform-android"
29+
2530
[!INCLUDE [UI Library with Android](./includes/get-started-call/android.md)]
31+
2632
::: zone-end
2733

2834
::: zone pivot="platform-ios"
35+
2936
[!INCLUDE [UI Library with iOS](./includes/get-started-call/ios.md)]
37+
3038
::: zone-end
3139

3240
## Clean up resources
3341

3442
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group.
3543

3644
Deleting the resource group also deletes any other resources associated with it.
45+
3746
Learn more about [cleaning up resources](../create-communication-resource.md#clean-up-resources).

0 commit comments

Comments
 (0)