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