From c53af958d61db74f48e2a40c7e49e488172ecb74 Mon Sep 17 00:00:00 2001 From: Limin Zhu Date: Fri, 8 Aug 2025 11:54:53 -0700 Subject: [PATCH 1/2] Update incoming calls demo to show capitalized icon --- incoming-call-notifications/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/incoming-call-notifications/index.html b/incoming-call-notifications/index.html index b773bfe..224c6ca 100644 --- a/incoming-call-notifications/index.html +++ b/incoming-call-notifications/index.html @@ -108,8 +108,8 @@

Log

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"); @@ -136,4 +136,4 @@

Log

- \ No newline at end of file + From d5059df9c685469287452d20fa788b7e2902c563 Mon Sep 17 00:00:00 2001 From: Limin Zhu Date: Fri, 8 Aug 2025 11:55:51 -0700 Subject: [PATCH 2/2] Update incoming calls readme --- incoming-call-notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incoming-call-notifications/README.md b/incoming-call-notifications/README.md index 467cc74..381533e 100644 --- a/incoming-call-notifications/README.md +++ b/incoming-call-notifications/README.md @@ -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.