From f90667b23c4001b489ee856ba45baed807a026d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 17 Feb 2017 13:53:41 +0100 Subject: [PATCH] doc: document resolution config option and set it to 720 by default --- config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index a429af512..43c4522ec 100644 --- a/config.js +++ b/config.js @@ -80,5 +80,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 };