Skip to content

Commit 2c73434

Browse files
committed
Links and TOC entries
Added links and TOC
1 parent 9589dbc commit 2c73434

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

articles/communication-services/how-tos/calling-sdk/push-notifications.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable push notifications for calls.
2+
title: Enable push notifications for calls
33
titleSuffix: An Azure Communication Services how-to guide
44
description: Use Azure Communication Services SDKs to enable push notifications for calls.
55
author: tophpalmer
@@ -64,3 +64,8 @@ In case that you want to revoke an identity you need to follow [this process](..
6464
- [Learn how to subscribe to events](./events.md)
6565
- [Learn how to manage calls](./manage-calls.md)
6666
- [Learn how to manage video](./manage-video.md)
67+
68+
## Related topics
69+
70+
- [Migrate Android SDK push notifications to FCM v1](../../tutorials/call-chat-migrate-android-push-fcmv1.md)
71+
- [Register for Android SDK push notifications using FCM v1](../../tutorials/call-chat-register-android-push-fcmv1.md)

articles/communication-services/tutorials/call-chat-migrate-android-push-fcmv1.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ If your application can’t receive push notifications, make sure your new FCM v
7272
If your application still can’t receive push notifications, contact Azure Communication Services at [Microsoft Azure Help+ support](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview).
7373

7474

75-
## Next steps
76-
77-
Any?
78-
7975
## Related articles
8076

8177
[Enable push notifications in your Android chat app](./chat-android-push-notification.md)
78+
[Enable push notifications for calls](../how-tos/calling-sdk/push-notifications.md)

articles/communication-services/tutorials/call-chat-register-android-push-fcmv1.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ If your application can’t receive push notifications, make sure your new FCM v
6464
If your application still can’t receive push notifications, contact Azure Communication Services at [Microsoft Azure Help+ support](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview).
6565

6666

67-
## Next steps
68-
69-
Any?
70-
7167
## Related articles
7268

7369
[Enable push notifications in your Android chat app](./chat-android-push-notification.md)
70+
[Enable push notifications for calls](../how-tos/calling-sdk/push-notifications.md)

articles/communication-services/tutorials/chat-android-push-notification.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,8 @@ If the app is integrated with Azure Function, initialization of application para
235235
android:name=".MyAppConfiguration"
236236
>
237237
```
238+
239+
## Related topics
240+
241+
- [Migrate Android SDK push notifications to FCM v1](./call-chat-migrate-android-push-fcmv1.md)
242+
- [Register for Android SDK push notifications using FCM v1](./call-chat-register-android-push-fcmv1.md)

0 commit comments

Comments
 (0)