Type alias FrameType

The different places in Meet that the iframed add-on can be running in:

  • SIDE_PANEL: The iframed add-on running in the Meet side panel.

  • MAIN_STAGE: The iframed add-on running as a tile in the Meet main stage.

Signature

type FrameType = 'SIDE_PANEL' | 'MAIN_STAGE';