This commit is contained in:
Jaya Allamsetty 2019-12-10 11:51:30 -05:00 committed by Jaya Allamsetty
parent a3cd331369
commit ed82443ffa
1 changed files with 1 additions and 1 deletions

View File

@ -1641,7 +1641,7 @@ export default {
// Workaround for Firefox since it doesn't return the correct width/height of the desktop stream
// that is being currently shared.
if (!height || height === 0) {
if (!height) {
const desktopResizeConstraints = {
width: 1280,
height: 720,