You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react/src/components/multiview/ABOUT_MULTIVIEW.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Multiview allows users to watch multiple video streams simultaneously with live
14
14
15
15
| Concept | Description |
16
16
|---------|-------------|
17
-
|**Cell**| Atomic unit of the grid. Contains content (`video`, `chat`, `empty`) + position (`x`, `y`, `w`, `h`) + `visibility` state. |
17
+
|**Cell**| Atomic unit of the grid. Contains content (`video`, `chat`) + position (`x`, `y`, `w`, `h`) + `visibility` state. Empty state is indicated by `videoId === undefined`. |
0 commit comments