Show speaker in the spotlight in large grids
This commit is contained in:
@@ -504,7 +504,9 @@ export class CallViewModel extends ViewModel {
|
|||||||
(grid, spotlight, screenShares): Layout => ({
|
(grid, spotlight, screenShares): Layout => ({
|
||||||
type: "grid",
|
type: "grid",
|
||||||
spotlight:
|
spotlight:
|
||||||
screenShares.length > 0 ? spotlight : undefined,
|
screenShares.length > 0 || grid.length > 20
|
||||||
|
? spotlight
|
||||||
|
: undefined,
|
||||||
grid,
|
grid,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user