connectionConfig | DyteConnectionConfig | Connection info about the current meeting in progress, as defined below |
uiConfig | DyteUIConfig | The UI and layout of the current meeting (see customize the meeting UI for available options) |
controlBar | DyteControlBar | Control bar at the bottom of the default UI (see control bar options for more details) |
grid | DyteGrid | Participant video grid (see grid layout for more details) |
participants | Array <DyteSelfParticipant | DyteParticipant> | Array of participants, including the current participant (see participant controls and actions for more info) |
self | DyteSelfParticipant | The current participant (see self participant controls for more info) |
plugins | Array <DytePlugin> | Array of plugins enabled for the current meeting |
Events | Enum (typeof Events) | Enum of events emitted by the meeting component (see events for more details) |
showSetupScreen | boolean | Should the participants be shown the audio / video setup screen |