nextcloud / nextcloud/spreed

Add one-tap calling link to invitation email

Open
#4,946 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement feature: SFU & SIP ☎️
Dominant language
PHP
Stars
2.2k
Forks
587
Avg merge
18h 27m
Merged PRs (30d)
333

Description

When I get an email invitation to a Talk room with enabled SIP dial-in, I'd appreciate having a one-click calling link included, so I can dial in with minimum effort from my phone.

Calling links have the HTML format <a href="tel:+49123456789"/>.
The complete format for including the necessary pauses realized via comma (,)would be:
<a href="tel:+49123456789,555555#,666666#"/> (where 55555555 is the room ID and 666666 is the PIN).

more info on tel: links: https://tools.ietf.org/html/rfc2806

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the invitation email template and the handling for invitations to Talk rooms with SIP dial-in. Check how the room ID, PIN, and dial-in number are available, then verify that the generated email contains a valid tel: link with the required comma-separated pauses.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.