You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Merge branch 'develop' into kegan/es6
This commit is contained in:
@@ -1141,14 +1141,6 @@ var _getChromeScreenSharingConstraints = function(call) {
|
|||||||
));
|
));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// it won't work at all if you're not on HTTPS so whine whine whine
|
|
||||||
if (!global.window || global.window.location.protocol !== "https:") {
|
|
||||||
call.emit("error", callError(
|
|
||||||
MatrixCall.ERR_NO_USER_MEDIA,
|
|
||||||
"You need to be using HTTPS to place a screen-sharing call."
|
|
||||||
));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
video: {
|
video: {
|
||||||
|
|||||||
Reference in New Issue
Block a user