[Teams 2.0] How my custom Teams app cross launch the PC application

support 0 信誉分
2024-05-06T11:29:41.4666667+00:00

The main issue of Teams 2.0 is that we cannot open external link which is of user-defined protocol, to accept cross-launch. For example, we registered my_protocal://url_content in system's register table, and installed its related application MyApp.exe. We can open My custom App by visiting my_protocal://url_content on classic Microsoft Teams, but not in Teams2.0. According to the Microsoft document: https://learn.microsoft.com/zh-cn/javascript/api/%40microsoft/teams-js/secondarybrowser?view=msteams-client-js-latest Windows Open is standard API. On web and desktop, please use the window.open() method or other native external browser methods.

Microsoft Teams
Microsoft Teams
Microsoft 可自定义的基于聊天的工作区。
13 个问题
{count} 票

1 个答案

排序依据: 非常有帮助
  1. support 0 信誉分
    2024-05-07T11:05:49.11+00:00

    OK, thank you.

    0 个注释 无注释

你的答案

问题作者可以将答案标记为“接受的答案”,这有助于用户了解已解决作者问题的答案。