File tree Expand file tree Collapse file tree 4 files changed +749
-0
lines changed
articles/communication-services
includes/get-started-calling-with-chat Expand file tree Collapse file tree 4 files changed +749
-0
lines changed Original file line number Diff line number Diff line change
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 : pprystinka
6
+
7
+ ms.author : pprystinka
8
+ ms.service : azure-communication-services
9
+ ms.subservice : calling
10
+ ms.topic : how-to
11
+ ms.date : 10/14/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
+ ## Prerequisites
21
+
22
+ - An Azure account with an active subscription. [ Create an account for free] ( https://azure.microsoft.com/free/?WT.mc_id=A261C142F ) .
23
+ - A deployed Communication Services resource. [ Create a Communication Services resource] ( ../create-communication-resource.md ) .
24
+ - A user access token to enable the call and chat composites. [ Get a user access token] ( ../access-tokens.md ) .
25
+ - Optional: Completion of the [ quickstart for getting started with the UI Library composites] ( get-started-composites.md ) .
26
+
27
+ ## Set up the feature
28
+
29
+ ::: zone pivot="platform-android"
30
+ [ !INCLUDE [ Customize the actions from the button bar in the Android UI Library] ( ./includes/get-started-calling-with-chat/android.md )]
31
+ ::: zone-end
32
+
33
+ ::: zone pivot="platform-ios"
34
+ [ !INCLUDE [ Customize the actions from the button bar in the iOS UI Library] ( ./includes/get-started-calling-with-chat/ios.md )]
35
+ ::: zone-end
36
+
37
+ ## Next steps
38
+
39
+ - [ Learn more about the UI Library] ( ../../concepts/ui-library/ui-library-overview.md )
You can’t perform that action at this time.
0 commit comments