fix(thresholds) adjust thresholds for smaller width integrations (#10749)
allows chat button to be displayed when there should be enough space for it
This commit is contained in:
parent
7c8692902c
commit
22ffcf922a
|
@ -19,11 +19,11 @@ export const THRESHOLDS = [
|
||||||
order: [ 'microphone', 'camera', 'chat', 'participants' ]
|
order: [ 'microphone', 'camera', 'chat', 'participants' ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
width: 320,
|
width: 225,
|
||||||
order: [ 'microphone', 'camera', 'chat' ]
|
order: [ 'microphone', 'camera', 'chat' ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
width: 270,
|
width: 200,
|
||||||
order: [ 'microphone', 'camera' ]
|
order: [ 'microphone', 'camera' ]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue