force webcam position: top for mobile devices

This commit is contained in:
Ramon Souza 2021-07-05 09:56:09 -03:00
parent 61e131e0b4
commit 2335105030

View File

@ -306,7 +306,7 @@ class LayoutManagerComponent extends Component {
return;
}
if ((mediaAreaWidth - presentationWidth) > (mediaAreaHeight - presentationHeight)) {
if (!isMobile && ((mediaAreaWidth - presentationWidth) > (mediaAreaHeight - presentationHeight))) {
layoutContextDispatch(
{
type: 'setWebcamsPlacement',