fix(config) Update comment for disableTileEnlargement (#10779)
This commit is contained in:
parent
44c2a6ce93
commit
38dfb47bf1
|
@ -1045,7 +1045,8 @@ var config = {
|
||||||
// If true, tile view will not be enabled automatically when the participants count threshold is reached.
|
// If true, tile view will not be enabled automatically when the participants count threshold is reached.
|
||||||
// disableTileView: true,
|
// disableTileView: true,
|
||||||
|
|
||||||
// If true, the tiles will be displayed contained within the available space rather than enlarged to cover it.
|
// If true, the tiles will be displayed contained within the available space rather than enlarged to cover it,
|
||||||
|
// with a 16:9 aspect ratio (old behaviour).
|
||||||
// disableTileEnlargement: true,
|
// disableTileEnlargement: true,
|
||||||
|
|
||||||
// Controls the visibility and behavior of the top header conference info labels.
|
// Controls the visibility and behavior of the top header conference info labels.
|
||||||
|
|
Loading…
Reference in New Issue