talk-desktop icon indicating copy to clipboard operation
talk-desktop copied to clipboard

Add support for `#direct-call` links

Open ShGKme opened this issue 1 year ago • 1 comments

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.

ShGKme avatar Apr 22 '24 17:04 ShGKme

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

Antreesy avatar Oct 02 '24 16:10 Antreesy

  • Closed by https://github.com/nextcloud/talk-desktop/pull/868

ShGKme avatar Dec 03 '24 16:12 ShGKme