Jump to content
  • 0

Aspect Ratio issue when switching camera sources


Joseph Brundige
 Share

Question

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

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

1 answer to this question

Recommended Posts

 Share


×
×
  • Create New...