DyteMeetingTitle
A simple, customizable widget designed to display the title of a Dyte meeting. This widget is part of the Dyte UI Kit and integrates seamlessly with Dyte's design system and meeting services.
Usage
Below is a basic example of how to use the DyteMeetingTitle
widget in your Flutter app:
DyteMeetingTitle(
dyteMobileClient: yourDyteMobileClientInstance,
)
Properties
dyteMobileClient
: (Required) An instance ofDyteMobileClient
. This is used to fetch and display the current meeting's title.designToken
: (Optional) An instance ofDyteDesignTokens
for customizing the appearance according to the Dyte Design System. If not specified, the widget will use the global design tokens.