/ fm / liveswitch / LayoutMode
Enumeration: LayoutMode
fm.liveswitch.LayoutMode
Specifies the layout mode that should be used.
Table of contents
Enumeration members
Enumeration members
Block
• Block: = 3
Indicates that the video feed should be displayed as a block element on its own row/column, separate from other video feeds.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutMode.ts:29
FloatLocal
• FloatLocal: = 1
Indicates that the local video feed should be displayed as a floating element above the remote video feeds.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutMode.ts:15
FloatRemote
• FloatRemote: = 2
Indicates that the remote video feeds should be displayed as floating elements above the local video feed.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutMode.ts:22
Inline
• Inline: = 4
Indicates that the video feed should be displayed as an inline element that shares a row/column with other video feeds.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutMode.ts:36
InlineOverflow
• InlineOverflow: = 5
Indicates that the video feed should be displayed as an inline element that shares a row/column with other video feeds, allowing container overflow as needed.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutMode.ts:44