openvidu-browser: Fixed possible non method defined

pull/438/merge
csantosm 2020-12-14 12:48:46 +01:00
parent fdaa307294
commit 183f699eab
1 changed files with 2 additions and 2 deletions

View File

@ -217,4 +217,4 @@ function postGetChromeExtensionStatusMessage() {
}, '*');
}
exports.getScreenId = getScreenId;
exports.getScreenId = window.getScreenId;