RtkMeeting
A single component which renders an entire meeting UI.
It loads your preset and renders the UI based on it. With this component, you don't have to handle all the states, dialogs and other smaller bits of managing the application.
<RtkMeeting meeting={meeting} />
Props
applyDesignSystem
Whether to apply the design system on the document root from config
Default
false
Type
boolean
config
gridLayout
Grid layout
Default
'row'
Type
"column" | "row"
iconPack
leaveOnUnmount
Whether participant should leave when this component gets unmounted
Default
false
Type
boolean
loadConfigFromPreset
Whether to load config from preset
Default
false
Type
boolean
meeting
Meeting object
mode
Fill type
Default
'fixed'
Type
"fill" | "fixed"
showSetupScreen
Whether to show setup screen or not
Type
boolean
size
Size
Type
"lg" | "md" | "sm" | "xl"