chatWidget property

Widget? chatWidget
final

The chat widget to be displayed in the conference page.

This widget is used to enable real-time chat functionality within the conference. By passing this widget to the ConferenceMainPage, a chat button will appear in the bottom toolbar. Clicking the chat button will navigate to the chat interface, allowing participants to send and receive messages.

To use this feature, you need to add the tencent_cloud_chat_message plugin dependency to your project's pubspec.yaml file. Make sure to initialize and configure the chat component properly before using it in the conference page. For detailed usage, please refer to the documentation at In-Conference Chat or the example project.

Implementation

final Widget? chatWidget;