Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2019-04-02 09:42:19 +0300
committerGitHub <noreply@github.com>2019-04-02 09:42:19 +0300
commitdc96c817739e402deff33636643ecd5427d22930 (patch)
treec175ba0ea978304727d1a5b9ea29c5fce1673c71
parentf3bf14bb5592bfba608f85a32e8ccc444a91fa89 (diff)
parent2f2e005af266b3c3f750d62c4e18c0efb8c42dc2 (diff)
Merge pull request #1657 from nextcloud/remove-video-constraints
Remove video constraints.
-rw-r--r--js/webrtc.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/js/webrtc.js b/js/webrtc.js
index c8e25aaed..441bf6931 100644
--- a/js/webrtc.js
+++ b/js/webrtc.js
@@ -362,10 +362,7 @@ var spreedPeerConnectionTable = [];
debug: false,
media: {
audio: true,
- video: {
- width: { max: 1280 },
- height: { max: 720 }
- }
+ video: true
},
autoAdjustMic: false,
audioFallback: true,