mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: Fixed possible non method defined
parent
fdaa307294
commit
183f699eab
|
@ -217,4 +217,4 @@ function postGetChromeExtensionStatusMessage() {
|
|||
}, '*');
|
||||
}
|
||||
|
||||
exports.getScreenId = getScreenId;
|
||||
exports.getScreenId = window.getScreenId;
|
Loading…
Reference in New Issue