Skip to content

Commit 6697615

Browse files
committed
fix warnings
1 parent 58e9717 commit 6697615

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

articles/communication-services/how-tos/ui-library-sdk/callkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more information, see the [open-source iOS UI Library](https://github.com/Az
3030

3131
### Set up CallKit integration
3232

33-
The Azure Communication Services Calling iOS SDK supports CallKit integration. You can enable this integration in the UI Library by configuring an instance of `CallCompositeCallKitOption`. For more information, see [Integrate with CallKit](../calling-sdk/callkit-integration#callkit-integration-within-sdk).
33+
The Azure Communication Services Calling iOS SDK supports CallKit integration. You can enable this integration in the UI Library by configuring an instance of `CallCompositeCallKitOption`. For more information, see [Integrate with CallKit](../calling-sdk/callkit-integration.md).
3434

3535
### Specify call recipient info for outgoing calls
3636

articles/communication-services/how-tos/ui-library-sdk/includes/push-and-one-to-one/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For the Android application to receive notification messages from FCM, it needs
2424

2525
### Add incoming notifications to your mobile app
2626

27-
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.
27+
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.
2828

2929
### Register/Unregister for notification hub push notifications
3030

articles/communication-services/how-tos/ui-library-sdk/includes/push-and-one-to-one/ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following sections describe how to register for, handle, and unregister push
2222

2323
### Add incoming notifications to your mobile app
2424

25-
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.
25+
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.
2626

2727
### Register/Unregister for notification hub push notifications
2828

@@ -104,7 +104,7 @@ To receive push notifications only from `EventGrid` and `APNS` set `disableInter
104104
```
105105

106106
### Launch composite on incoming call accepted from calling SDK CallKit
107-
The Azure Communication Services Calling iOS SDK supports CallKit integration. You can enable this integration in the UI Library by configuring an instance of `CallCompositeCallKitOption`. For more information, see [Integrate with CallKit](../../../calling-sdk/callkit-integration#callkit-integration-within-sdk).
107+
The Azure Communication Services Calling iOS SDK supports CallKit integration. You can enable this integration in the UI Library by configuring an instance of `CallCompositeCallKitOption`. For more information, see [Integrate with CallKit](../../../calling-sdk/callkit-integration.md).
108108

109109
Subscribe to `onIncomingCallAcceptedFromCallKit` if CallKit from calling SDK is enabled. On call accepted, launch `callComposite` with call ID.
110110

articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ val locator = CallCompositeRoomLocator("<ROOM_ID>")
394394
```java
395395
CallCompositeJoinLocator locator = new CallCompositeRoomLocator("<ROOM_ID>");
396396
```
397+
---
397398

398399
### Set up a 1:N Outgoing call and Incoming Call Push Notifications
399400

0 commit comments

Comments
 (0)