Skip to content

Commit 89c6847

Browse files
authored
Update add-voip-push-notifications-event-grid.md
1 parent 28bc0b9 commit 89c6847

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/communication-services/tutorials/add-voip-push-notifications-event-grid.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This tutorial explains how to deliver VOIP push notifications to native applicat
1515

1616
## Current Limitations
1717
The current limitations of using the ACS Native Calling SDK are that
18-
* There's a 24-hour limit after the register push notification API is called when the device token information is saved. After 24 hours, the device endpoint information is deleted. Any incoming calls on those devices will not be delivered to the devices if those devices don't call the register push notification API again.
18+
* There's a 24-hour limit after the register push notification API is called when the device token information is saved.
19+
After 24 hours, the device endpoint information is deleted. Any incoming calls on those devices will not be delivered to the devices if those devices don't call the register push notification API again.
1920
* Can't deliver push notifications using Baidu or any other notification types supported by Azure Notification Hub but not yet supported in the ACS SDK.
2021

2122
## Setup for listening the events from Event Grid Notification
22-
To listen to the `Microsoft.Communication.IncomingCall` event from Event Grid notifications of the Azure Communication Calling resource in Azure.
2323
1. Azure functions with APIs
2424
1. Save device endpoint information.
2525
2. Delete device endpoint information.
@@ -38,4 +38,5 @@ Here are the steps to deliver the push notification:
3838
6. VOIP push is successfully delivered to the device and `CallAgent.handlePush` API should be called.
3939

4040
## Sample
41-
Code sample is provided [here](https://github.com/Azure-Samples/communication-services-ios-quickstarts/tree/main/add-calling-push-notifications-event-grid).
41+
The sample provided below works for any Native platforms (iOS, Android , Windows).
42+
Code sample is provided [here](https://github.com/Azure-Samples/azure-communication-services-calling-event-grid/tree/main/add-calling-push-notifications-event-grid).

0 commit comments

Comments
 (0)