使用条件
- 需要使用钉钉会议网页端
- 购买了付费版本(会议会员版、云会议室、专业版、专属版)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
通过 iframe 将钉钉会议嵌入网页:必要的 postMessage 事件、允许的 origin、sandbox 属性、从父页面控制会议。
<iframe
src="https://meeting.dingtalk.io/app/room?linkId={:linkId}"
allow="camera; microphone; display-capture">
</iframe>
<iframe
src="https://meeting.dingtalk.io/app/room?linkId={:linkId}&invite=0&screen_share=0"
allow="camera; microphone; display-capture">
</iframe>
<!-- 通过URL传参隐藏了共享和邀请按钮 -->
此页面对您有帮助吗?