From 65fc75f0ff7cfecdb3f70c922d45ae7245af93f8 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Thu, 24 Oct 2024 11:55:22 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 511053a..018615e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Use this SDK to add realtime video, audio and data features to your Flutter app. ## Introduction -LiveKit component state management is based on [provider](https://pub.dev/packages/provider), including `RoomContext`, `MediaDeviceContext`, `ParticipantContext`, `TrackContext`, and `ChatContext`. +LiveKit component state management is based on [provider](https://pub.dev/packages/provider), including `RoomContext`, `MediaDeviceContext`, `ParticipantContext`, `TrackContext`, and `ChatContext`. You can render components in the corresponding Context, such as `Chat`, `ParticipantLoop`, `ControlBar`, `StatusBar`, `AudioTrack`, `VideoTrack`, `Toggle Buttons`. Please refer to the [flowchart](./docs/flowchart.md) for the widgets topology structure