Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Oct 24, 2024
2 parents 3c1cf82 + 7e3d9a8 commit e5a44fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```mermaid
flowchart TD
A[LivekitRoom] --> B[LivekitRoomContext]
A[LivekitRoom] --> B[RoomContext]
style B fill:#f9f
B --> D0[Prejoin]
B --> D1[ChatWidget]
Expand All @@ -23,7 +23,7 @@ flowchart TD

```mermaid
flowchart TD
A[ControlBar] --> B[LivekitRoomContext]
A[ControlBar] --> B[RoomContext]
style B fill:#f9f
B --> D[MediaDeviceContext]
style D fill:#f9f
Expand All @@ -40,7 +40,7 @@ B --> C1[DisconnectButton]

```mermaid
flowchart TD
A[PrejoinWidget] --> B[LivekitRoomContext]
A[PrejoinWidget] --> B[RoomContext]
style B fill:#f9f
B --> C[CameraPreview]
B --> D[MediaDeviceContext]
Expand Down Expand Up @@ -70,4 +70,4 @@ D5 --> G1[ParticipantMutedIndicator]
D5 --> G2[ParticipantName]
D5 --> G3[ConnectionQualityIndicator]
D5 --> G4[E2EEncryptionIndicator]
```
```

0 comments on commit e5a44fd

Please sign in to comment.