Forum Discussion
Custom Link to a call with a certain Person in Teams
- Mar 19, 2020
You have a couple of these that you can use. You want to use callto: that will open Teams and Teams will ask if you want to call that person.
callto: to call someone
tel: for phone numbers
im: for chat
Could be that you have to register these urls to Teams.
https://www.lync.se/2018/10/set-tel-url-association-for-teams/
Sirmonj11 There's a defined url syntax that will trigger your Teams client to be opened to a chat with defined people. https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links#deep-linking-to-a-chat
Yes callto looks to be a good option for Windows but with Teams being used on mobile devices and Mac too we need something better. Advertising a link which doesn't work is worse than not having a link.
If anyone finds a solution please share 🙂
- jinixxJul 06, 2021Copper Contributor
For calling, this works for me.
https://teams.microsoft.com/l/call/0/0?users=username@yourcompany.com
- Tom1SteinJan 25, 2021Copper Contributor
Ryan__W Yes, it just replaces the "im:" link, not a "call:" link (https://stackoverflow.com/questions/62445962/create-a-deep-link-to-audio-call-in-microsoft-teams ). It takes one more click to start a call from there, using the built-in function in Teams, but I have not found a similar way to directly start a call with Teams only.
And I'm surprised and disappointed that there is a standardized link syntax that starts non-standardized protocols.
- Tom1SteinJan 25, 2021Copper Contributor
LowellP Yes, it will call the default client for the callto-protocol or the instant-messaging-protocol, as designed. And as there is no defined compatibility, that may or may not work depending on the associated programs on that computer. So in the link text, you should clearly state if you are using a link to "Teams", "Skype" or whatever you use.
Instead, you may use something like
<a href="https://teams.microsoft.com/l/chat/0/0?users=YOURUSERNAME@EXAMPLE.COM">Teams Call</a>to always start Teams using a browser (which might redirect to an installed program).
- LowellPJan 08, 2021Brass Contributor
Yes indeed! Also, if someone has a different VoIP client installed as their primary I'm guessing the CALLTO function won't go to Teams.