You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
17
17
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:
19
21
20
22
::: zone pivot="platform-web"
23
+
21
24
[!INCLUDE [UI Library with Web](./includes/get-started-call/web.md)]
25
+
22
26
::: zone-end
23
27
24
28
::: zone pivot="platform-android"
29
+
25
30
[!INCLUDE [UI Library with Android](./includes/get-started-call/android.md)]
31
+
26
32
::: zone-end
27
33
28
34
::: zone pivot="platform-ios"
35
+
29
36
[!INCLUDE [UI Library with iOS](./includes/get-started-call/ios.md)]
37
+
30
38
::: zone-end
31
39
32
40
## Clean up resources
33
41
34
42
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group.
35
43
36
44
Deleting the resource group also deletes any other resources associated with it.
45
+
37
46
Learn more about [cleaning up resources](../create-communication-resource.md#clean-up-resources).
0 commit comments