nextcloud / spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.63k stars 435 forks source link

Add one-tap calling link to invitation email #4946

Open wiswedel opened 3 years ago

wiswedel commented 3 years ago

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

nickvergessen commented 3 years ago

So I tried this back then, but no messenger on my phone (tried 7), not k9mail, not googlemail and not the mail app in the browser allowed to click the link, neither thunderbird on my laptop.

I had it on the todo in https://github.com/nextcloud/spreed/pull/4496#issue-512818261 already but as it didn't work I didn't add the link but just the normal link and the single details

wiswedel commented 3 years ago

I just tested it on iPhone with the standard iOS mail client and it worked like a charm 🤔