Last active
February 4, 2025 09:14
-
-
Save captainbrosset/1e3254e70d24ffb27dd449a5fe9f8e3f to your computer and use it in GitHub Desktop.
Incoming Calls Notification API
This file contains 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 characters
const title = "Andrew Bares"; | |
const options = { | |
scenario: "incoming-call", | |
body: "Incoming Call - Mobile", | |
} | |
serviceWorkerRegistration.showNotification(title, options); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment