Enables the screen capture on firefox.
This commit is contained in:
parent
555dc8ad36
commit
f0d31bfcc2
|
@ -145,6 +145,12 @@ function getConstraints(um, options) {
|
|||
}
|
||||
]
|
||||
};
|
||||
} else if (RTCBrowserType.isFirefox()) {
|
||||
constraints.video = {
|
||||
mozMediaSource: "window",
|
||||
mediaSource: "window"
|
||||
};
|
||||
|
||||
} else {
|
||||
logger.error(
|
||||
"'screen' WebRTC media source is supported only in Chrome" +
|
||||
|
|
Loading…
Reference in New Issue