0

I have used search extension query based command in Microsoft teams to render result set And as a result set Adaptive card is getting displayed. On click of a button on adaptive card I have added tel link

      {
        type: 'Action.OpenUrl',
        title: 'Call Mobile',
        url: `tel:${contact.phone_number}`,
      }, 

The link is working fine if I click it from chat section but it is not working fine if I click from channel section. PFA screenshots for the same enter image description here

  • We are also able to repro this issue, we are checking internally. Meanwhile could you please check this deeplinks document. If this might help you - https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links#deep-linking-to-an-audio-or-audio-video-call – Meghana-MSFT May 17 '22 at 14:07
  • Thanks Meghana, I'll look into it. Also an update for this, the link is not working only from channel section on web and native app. Seems to be working on mobile(Android and IOS). – Shivani Wadhwa May 18 '22 at 05:57
  • We have raised a bug for the same, we will keep you posted on the updates. – Meghana-MSFT May 18 '22 at 10:54
  • Hey any update on this? – Shivani Wadhwa Jun 03 '22 at 06:51
  • Currently we do not have any update/ETA to share, we will keep you posted. – Meghana-MSFT Jun 03 '22 at 07:46
  • Engineering team has confirmed that "tel:" by design is NOT supported by desktop and web. – Meghana-MSFT Dec 20 '22 at 07:23

0 Answers0