Skip to content

Minor update to incoming calls notification demo #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion incoming-call-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

➡️ **[Open the demo](https://microsoftedge.github.io/Demos/incoming-call-notifications/)** ⬅️

The Notifications demo webpage shows how to use incoming call notifications.
The Notifications demo webpage shows how to use incoming call notifications. Note you need to install the demo website PWA to experience the full feature with color treatment, etc.
<!--
For instructions, see []().
todo: not found in Docs repo: incoming-call-notifications
Expand Down
6 changes: 3 additions & 3 deletions incoming-call-notifications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ <h2>Log</h2>
icon: "./call.png",
scenario: "incoming-call",
actions: [
{ action: "accept-audio-call", title: "audio" },
{ action: "accept-video-call", title: "video" }
{ action: "accept-audio-call", title: "Audio" },
{ action: "accept-video-call", title: "Video" }
]
}).then(() => {
log("showNotification() succeeded");
Expand All @@ -136,4 +136,4 @@ <h2>Log</h2>
</script>
</body>

</html>
</html>