Joseph Brundige Posted January 25, 2021 Share Posted January 25, 2021 Hello! We are using the webRTCAppEE default app to publish from a browser. When we attempt to switch camera sources, the aspect ratio switches to 4:3. I am using the Enterprise Edition. We tried forcing 16:9 with this code which I found in another support thread mentioning this issue: var mediaConstraints = { video : { "width": { "min": 1280, "max": 1920 }, "height": { "min": 720, "max": 1080 } }, audio : true }; Any ideas how to fix this? We are using the most recent Chrome on a 2019 Macbook pro. Thank you Link to comment Share on other sites More sharing options...
0 Enes Kuluk Posted January 25, 2021 Share Posted January 25, 2021 Is there any webcam plugged in? If yes, what is its default resolution? Best Regards, Enes. Link to comment Share on other sites More sharing options...
Question
Joseph Brundige
Hello!
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Jan 25
2
Top Posters For This Question
Joseph Brundige 1 post
Enes Kuluk 1 post
Popular Days
Jan 25 2021
2 posts
1 answer to this question
Recommended Posts