Skip to content

Commit

Permalink
Merge pull request #1657 from nextcloud/remove-video-constraints
Browse files Browse the repository at this point in the history
Remove video constraints.
  • Loading branch information
nickvergessen authored Apr 2, 2019
2 parents f3bf14b + 2f2e005 commit dc96c81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,7 @@ var spreedPeerConnectionTable = [];
debug: false,
media: {
audio: true,
video: {
width: { max: 1280 },
height: { max: 720 }
}
video: true
},
autoAdjustMic: false,
audioFallback: true,
Expand Down

0 comments on commit dc96c81

Please sign in to comment.