Merge pull request #12718 from ramonlsouza/webcam-position-mobile
fix: layout issues on mobile with portrait presentation
This commit is contained in:
commit
28a9b827cd
@ -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