Skip to content

Commit 94b8a09

Browse files
authored
Minor update to incoming calls notification demo (#93)
* Update incoming calls demo to show capitalized icon * Update incoming calls readme
1 parent 82bc082 commit 94b8a09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

incoming-call-notifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
The Notifications demo webpage shows how to use incoming call notifications.
5+
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.
66
<!--
77
For instructions, see []().
88
todo: not found in Docs repo: incoming-call-notifications

incoming-call-notifications/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ <h2>Log</h2>
108108
icon: "./call.png",
109109
scenario: "incoming-call",
110110
actions: [
111-
{ action: "accept-audio-call", title: "audio" },
112-
{ action: "accept-video-call", title: "video" }
111+
{ action: "accept-audio-call", title: "Audio" },
112+
{ action: "accept-video-call", title: "Video" }
113113
]
114114
}).then(() => {
115115
log("showNotification() succeeded");
@@ -136,4 +136,4 @@ <h2>Log</h2>
136136
</script>
137137
</body>
138138

139-
</html>
139+
</html>

0 commit comments

Comments
 (0)