类型别名 FrameType

可以在 Meet 中的以下不同位置运行 iframed 插件:

  • SIDE_PANEL:在 Meet 侧边栏中运行的 iframe 插件。

  • MAIN_STAGE:在 Meet 主 Stage 中作为图块运行的 iframed 插件。

签名

type FrameType = 'SIDE_PANEL' | 'MAIN_STAGE';