dyte-meeting
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.
Props
meeting
applyDesignSystem
Whether to apply the design system on the document root from config
Default
true
Type
boolean
config
iconPackUrl
Icon Pack URL
Type
string
language
Language
Default
'en'
Type
"en" | "hi"
loadConfigFromPreset
Whether to load config from preset
Default
true
Type
boolean
mode
Fill type
Default
'fixed'
Type
"fill" | "fixed"
showSetupScreen
Where to show setup screen or not
Type
boolean
size
Size
Type
"lg" | "md" | "sm" | "xl"