Skip to content

Commit 2a6dcb4

Browse files
authored
Merge pull request #289240 from pavelprystinka/pavelprystinka/calling_with_chat_ui_libraries
Add call with chat UI library quick start
2 parents 2857b74 + 6442024 commit 2a6dcb4

File tree

4 files changed

+734
-0
lines changed

4 files changed

+734
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Add calling and chat functionality
3+
titleSuffix: An Azure Communication Services how-to guide
4+
description: Add calling and chat functionality using the Azure Communication Services UI Library.
5+
author: pavelprystinka
6+
7+
ms.author: pprystinka
8+
ms.service: azure-communication-services
9+
ms.subservice: calling
10+
ms.topic: how-to
11+
ms.date: 10/28/2024
12+
ms.custom: template-how-to
13+
zone_pivot_groups: acs-plat-ios-android
14+
15+
#Customer intent: As a developer, I want to add calling and chat functionality to my App.
16+
---
17+
18+
# Integrate Calling and Chat UI Libraries
19+
20+
## Set up the feature
21+
22+
::: zone pivot="platform-android"
23+
[!INCLUDE [Integrate Calling with Chat in the Android UI Library](./includes/get-started-calling-with-chat/android.md)]
24+
::: zone-end
25+
26+
::: zone pivot="platform-ios"
27+
[!INCLUDE [Integrate Calling with Chat in the iOS UI Library](./includes/get-started-calling-with-chat/ios.md)]
28+
::: zone-end
29+
30+
31+
## Run the code
32+
33+
To build and run your app on the device.
34+
35+
### More features
36+
37+
The list of [use cases](../../concepts/ui-library/ui-library-use-cases.md?branch=main&pivots=platform-mobile) has detailed information about more features.
38+
39+
## Add notifications to your mobile app
40+
41+
Azure Communication Services integrates with [Azure Event Grid](../../../event-grid/overview.md) and [Azure Notification Hubs](../../../notification-hubs/notification-hubs-push-notification-overview.md), so you can [add push notifications](../../concepts/notifications.md) to your apps in Azure. You can use push notifications to send information from your application to users' mobile devices. A push notification can show a dialog, play a sound, or display an incoming call UI.
42+
43+
44+
## Next steps
45+
46+
- [Learn more about the UI Library](../../concepts/ui-library/ui-library-overview.md)

0 commit comments

Comments
 (0)