Merge branch 'grid-interactions' into livekit-experiment

This commit is contained in:
Robin Townsend
2023-06-18 01:13:45 -04:00
5 changed files with 171 additions and 57 deletions

View File

@@ -812,6 +812,8 @@ export interface TileDescriptor<T> {
isSpeaker: boolean;
hasVideo: boolean;
local: boolean;
largeBaseSize: boolean;
placeNear?: string;
data: T;
}