【发布时间】:2020-09-25 11:35:16
【问题描述】:
我尝试深度链接包含 iframe 的 Microsoft Teams 静态选项卡。
标签的链接有效,但我想根据深层链接更改 iframe。使用任务模块可以做到这一点,因为任务模块使用https://teams.microsoft.com/l/task/<APP_ID>**?url=<TaskInfo.url>**&height=<TaskInfo.height>&width=<TaskInfo.width>&title=<TaskInfo.title>
可以找到here。
虽然指向标签的深层链接使用
https://teams.microsoft.com/l/entity/<appId>/<entityId>?webUrl=<entityWebUrl>&label=<entityLabel>&context=<context>
我知道official documentation 用于团队中的深层链接。
但我无法通过 iframe 实现与任务模块相同的效果。这甚至可能吗?
【问题讨论】:
标签: deep-linking microsoft-teams