bug 1041700 - use browserWindow and scrollWithPAge media constraints for tab mirroring r=mfinkle

This commit is contained in:
Brad Lassey 2014-08-02 13:42:08 -04:00
parent 35440f6e21
commit a54661b255

View File

@ -192,6 +192,8 @@ let TabMirror = function(deviceId, window) {
let constraints = {
video: {
mediaSource: "browser",
browserWindow: windowId,
scrollWithPage: true,
advanced: [
{ width: { min: videoWidth, max: videoWidth },
height: { min: videoHeight, max: videoHeight }