force webcam position: top for mobile devices
This commit is contained in:
parent
61e131e0b4
commit
2335105030
@ -306,7 +306,7 @@ class LayoutManagerComponent extends Component {
|
||||
return;
|
||||
}
|
||||
|
||||
if ((mediaAreaWidth - presentationWidth) > (mediaAreaHeight - presentationHeight)) {
|
||||
if (!isMobile && ((mediaAreaWidth - presentationWidth) > (mediaAreaHeight - presentationHeight))) {
|
||||
layoutContextDispatch(
|
||||
{
|
||||
type: 'setWebcamsPlacement',
|
||||
|
Loading…
Reference in New Issue
Block a user