Azure-Samples / communication-services-ios-quickstarts

Sample code for Azure Communication Services iOS quickstarts
MIT License
11 stars 24 forks source link

Tutorial on how to use Event Grid to send VOIP push notifications. #53

Closed raosanat closed 1 year ago

raosanat commented 1 year ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

Azure function app which demonstrates how to save the device token information and listen to the Event Grid notifications and then use the ANH REST API interface to send the VOIP push.

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe:
Tutorial on how to use Event Grid to send VOIP push notifications.

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information