Hello
since a recent update (sorry i cant tell you which), the screensharing (which was working perfectly with the recent extension update) is now of very bad quality. My first though was it was related to my bandwidth, but if using FF the quality is perfect like before.
did somebody noticed the same behavior ?
using windows 10, 1920*1080, chrome 66
here is my js for publishing:
thanks !
since a recent update (sorry i cant tell you which), the screensharing (which was working perfectly with the recent extension update) is now of very bad quality. My first though was it was related to my bandwidth, but if using FF the quality is perfect like before.
did somebody noticed the same behavior ?
using windows 10, 1920*1080, chrome 66
here is my js for publishing:
var constraints = {
audio: false,
video: {
width: parseInt(window.screen.width),
height: parseInt(window.screen.height),
maxWidth: parseInt(window.screen.width),
maxHeight: parseInt(window.screen.height),
frameRate: parseInt(5),
type: "screen"
}
};
audio: false,
video: {
width: parseInt(window.screen.width),
height: parseInt(window.screen.height),
maxWidth: parseInt(window.screen.width),
maxHeight: parseInt(window.screen.height),
frameRate: parseInt(5),
type: "screen"
}
};