mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: Fixed possible non method defined
parent
fdaa307294
commit
183f699eab
|
@ -13,7 +13,7 @@
|
||||||
getScreenId(function (error, sourceId, screen_constraints) {
|
getScreenId(function (error, sourceId, screen_constraints) {
|
||||||
// error == null || 'permission-denied' || 'not-installed' || 'installed-disabled' || 'not-chrome'
|
// error == null || 'permission-denied' || 'not-installed' || 'installed-disabled' || 'not-chrome'
|
||||||
// sourceId == null || 'string' || 'firefox'
|
// sourceId == null || 'string' || 'firefox'
|
||||||
|
|
||||||
if(microsoftEdge) {
|
if(microsoftEdge) {
|
||||||
navigator.getDisplayMedia(screen_constraints).then(onSuccess, onFailure);
|
navigator.getDisplayMedia(screen_constraints).then(onSuccess, onFailure);
|
||||||
}
|
}
|
||||||
|
@ -217,4 +217,4 @@ function postGetChromeExtensionStatusMessage() {
|
||||||
}, '*');
|
}, '*');
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.getScreenId = getScreenId;
|
exports.getScreenId = window.getScreenId;
|
Loading…
Reference in New Issue