使用 URI 方案与多个联系人启动 Teams 聊天

Launch Teams chat with multiple contacts using URI scheme

是否支持使用 'im:' 或 'sip:' URI 与多个联系人发起聊天?

Lync 中的类似功能:im:<sip:user1@host><sip:user2@host> https://technet.microsoft.com/en-us/library/gg398376.aspx

(使用上述格式启动 Teams 时出现 "We weren't able to find that contact" 错误。)

目前还没有,但我们正在努力扩展 Teams 深层链接以允许开始群聊。

尝试将 MSTeams 协议与 Teams Deeplinking 结合使用。我已经为我的组织工作了

<a href="MSTeams:/l/chat/0/0?users=user1@domain.com,user2@domain.com">Teams Chat</a>