talk-desktop
talk-desktop copied to clipboard
Add support for `#direct-call` links
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Add support for #direct-call links. Used in notifications to jump into the call.
Read a bit, see two ways here:
- easy: custom popup (see sub-issue) should allow to configure action buttons from notification object (however we'd like it to be)
- should be configurable (to disable and use native OS notifications only)
- every OS styling?
- hard: use Service Workers - they allow to add action button to native system notifications
- not supported by Firefox / Safari (shouldn't be the case for Desktop client, but blocks implementing in Web)
- requires upstream changes at Notifications app
- Closed by https://github.com/nextcloud/talk-desktop/pull/868