Skip to content

Commit

Permalink
Update flowchart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Oct 24, 2024
1 parent 63361ba commit dd89b55
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ flowchart TD
C1 --> C2[ParticipantContext/TrackContext?]
style C2 fill:#f9f
C2 --> H[ParticipantWidget]
H --> |loop for partcipant| C1
H --> |loop for create partcipant widget| C1
H --> |partcipant widgets| I[LayoutBuilder]
I --> J[GridLayoutBuilder]
I --> K[CarouselLayoutBuilder]
Expand Down Expand Up @@ -60,10 +60,14 @@ flowchart TD
A[ParticipantWidget] --> B[ParticipantContext]
style B fill:#f9f
B --> C[IsSpeakingIndicator]
C --> D1[AudioTrackWidget]
C --> D2[VideoTrackWidget]
C --> C1[TrackContext?]
style C1 fill:#f9f
C1 --> D1[AudioTrackWidget]
C1 --> D2[VideoTrackWidget]
B --> D3[FocusToggle]
B --> D4[TrackStatsWidget]
B --> B1[TrackContext?]
style B1 fill:#f9f
B1 --> D4[TrackStatsWidget]
B --> D5[ParticipantStatusBar]
D2 --> F[NoTrackWidget]
D5 --> G1[ParticipantMutedIndicator]
Expand Down

0 comments on commit dd89b55

Please sign in to comment.