diff --git a/config.js b/config.js index 55f887b9a..d942cbc50 100644 --- a/config.js +++ b/config.js @@ -79,5 +79,7 @@ var config = { // eslint-disable-line no-unused-vars // Suspending video might cause problems with audio playback. Disabling until these are fixed. disableSuspendVideo: true, // disables or enables RTX (RFC 4588). - disableRtx: true + disableRtx: true, + // Sets the preferred resolution (height) for local video. Defaults to 360. + resolution: 720 };