onInit | function(meeting: DyteMeeting) | Yes | On successful meeting creation, returns the meeting to the callback function provided (see Meeting object for more details) | |
onError | function(error: Error) | No | On error during meeting creation, returns the relevant error to the callback function provided (see Error handling for more details) | |
clientId | string | Yes | The orgId obtained from Dyte | |
meetingConfig | ConnectionConfig | Yes | Meeting config object used to start the meeting (see Connection config for more details) | |
uiConfig | DyteUIConfig | No | UI configuration options (see UI layout for more details) | |
useShadowDom | boolean | No (defaults to false ) | Renders Dyte UI under shadow DOM | |