Last active
February 4, 2025 09:14
-
-
Save captainbrosset/1e3254e70d24ffb27dd449a5fe9f8e3f to your computer and use it in GitHub Desktop.
Revisions
-
captainbrosset revised this gist
Feb 4, 2025 . 1 changed file with 0 additions and 19 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +0,0 @@ -
captainbrosset revised this gist
Feb 4, 2025 . 2 changed files with 19 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ const title = "Incoming call"; const options = { scenario: "incoming-call", title: "Andrew Bares", body: "Incoming Call - Mobile", actions: [ { action: "accept-audio-call", title: "audio" }, { action: "accept-video-call", title: "video" } ] } serviceWorkerRegistration.showNotification(title, options); File renamed without changes. -
captainbrosset created this gist
Feb 4, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ const title = "Andrew Bares"; const options = { scenario: "incoming-call", body: "Incoming Call - Mobile", } serviceWorkerRegistration.showNotification(title, options);