Skip to content

Commit

Permalink
Remove video constraints.
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
  • Loading branch information
Ivansss committed Apr 1, 2019
1 parent 360a9ee commit 2f2e005
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 2f2e005

Please sign in to comment.