Skip to content

Commit 5555497

Browse files
Minor fixes
1 parent f9b332c commit 5555497

File tree

3 files changed

+19
-26
lines changed

3 files changed

+19
-26
lines changed

articles/communication-services/quickstarts/ui-library/get-started-calling-with-chat.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: pprystinka
88
ms.service: azure-communication-services
99
ms.subservice: calling
1010
ms.topic: how-to
11-
ms.date: 10/14/2024
11+
ms.date: 10/28/2024
1212
ms.custom: template-how-to
1313
zone_pivot_groups: acs-plat-ios-android
1414

@@ -20,13 +20,27 @@ zone_pivot_groups: acs-plat-ios-android
2020
## Set up the feature
2121

2222
::: zone pivot="platform-android"
23-
[!INCLUDE [Customize the actions from the button bar in the Android UI Library](./includes/get-started-calling-with-chat/android.md)]
23+
[!INCLUDE [Integrate Calling with Chat in the Android UI Library](./includes/get-started-calling-with-chat/android.md)]
2424
::: zone-end
2525

2626
::: zone pivot="platform-ios"
27-
[!INCLUDE [Customize the actions from the button bar in the iOS UI Library](./includes/get-started-calling-with-chat/ios.md)]
27+
[!INCLUDE [Integrate Calling with Chat in the iOS UI Library](./includes/get-started-calling-with-chat/ios.md)]
2828
::: zone-end
2929

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) 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+
3044
## Next steps
3145

3246
- [Learn more about the UI Library](../../concepts/ui-library/ui-library-overview.md)

articles/communication-services/quickstarts/ui-library/includes/get-started-calling-with-chat/android.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: pavelprystinka
33
ms.author: pprystinka
4-
ms.date: 10/10/2021
4+
ms.date: 10/28/2024
55
ms.topic: include
66
ms.service: azure-communication-services
77
---
@@ -418,12 +418,3 @@ public class MainActivity extends AppCompatActivity {
418418
}
419419
```
420420

421-
---
422-
423-
### More features
424-
425-
The list of [use cases](../../../../concepts/ui-library/ui-library-use-cases.md) has detailed information about more features.
426-
427-
### Add notifications to your mobile app
428-
429-
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.

articles/communication-services/quickstarts/ui-library/includes/get-started-calling-with-chat/ios.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: pavelprystinka
33
ms.author: pprystinka
4-
ms.date: 10/10/2021
4+
ms.date: 10/28/2024
55
ms.topic: include
66
ms.service: azure-communication-services
77
---
@@ -262,15 +262,3 @@ class ViewController: UIViewController {
262262
}
263263
}
264264
```
265-
266-
## Run the code
267-
268-
To build and run your app on the iOS simulator, select **Product** > **Run** or use the (⌘-R) keyboard shortcut. Then, try out the call experience on the simulator:
269-
270-
### More features
271-
272-
The list of [use cases](../../../../concepts/ui-library/ui-library-use-cases.md) has detailed information about more features.
273-
274-
## Add notifications to your mobile app
275-
276-
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.

0 commit comments

Comments
 (0)