Skip to content

Commit

Permalink
Merge pull request #91 from nextcloud/lower-quality
Browse files Browse the repository at this point in the history
Lower quality to improve performance and lower cpu usage
  • Loading branch information
LukasReschke authored Nov 15, 2016
2 parents cc2a0d2 + d10fa2a commit c48d740
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ var webrtc;
remoteVideosEl: '',
autoRequestMedia: true,
debug: false,
media: {
audio: true,
video: {
width: { max: 512 },
height: { max: 384 },
frameRate: { max: 15 }
}
},
autoAdjustMic: false,
detectSpeakingEvents: true,
connection: OCA.SpreedMe.XhrConnection,
Expand Down

0 comments on commit c48d740

Please sign in to comment.