Skip to content

Commit b10f2d1

Browse files
authored
Merge pull request #231557 from chriswhilar/patch-57
How-to for web push notifications
2 parents 2663819 + 064967e commit b10f2d1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
author: chriswhilar
3+
title: ACS Web Calling SDK - Web push notifications
4+
description: Quickstart tutorial for ACS Web Calling SDK push notifications
5+
ms.service: azure-communication-services
6+
ms.subservice: web calling sdk
7+
ms.topic: include
8+
ms.date: 03/20/2023
9+
ms.author: chwhilar
10+
---
11+
12+
ACS Web Calling SDK - Web push notifications quickstart
13+
14+
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
15+
ACS Web Calling SDK - Web push notifications are in public preview and available as part of version 1.12.0-beta.2+.
16+
17+
Please visit our web push notifications quickstart tutorial: https://github.com/Azure-Samples/communication-services-javascript-quickstarts/blob/main/calling-web-push-notifications/README.md

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: calling
99
ms.topic: how-to
1010
ms.date: 08/10/2021
1111
ms.custom: template-how-to
12-
zone_pivot_groups: acs-plat-ios-android
12+
zone_pivot_groups: acs-plat-web-ios-android
1313

1414
#Customer intent: As a developer, I want to enable push notifications with the acs sdks so that I can create a calling application that provides push notifications to its users.
1515
---
@@ -25,6 +25,10 @@ Here, we'll learn how to enable push notifications for Azure Communication Servi
2525
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
2626
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2727

28+
::: zone pivot="platform-web"
29+
[!INCLUDE [Enable push notifications Web](./includes/push-notifications/push-notifications-web.md)]
30+
::: zone-end
31+
2832
::: zone pivot="platform-android"
2933
[!INCLUDE [Enable push notifications Android](./includes/push-notifications/push-notifications-android.md)]
3034
::: zone-end

0 commit comments

Comments
 (0)