doc: document resolution config option and set it to 720 by default

This commit is contained in:
Saúl Ibarra Corretgé 2017-02-17 13:53:41 +01:00
parent e599491583
commit f90667b23c
1 changed files with 3 additions and 1 deletions

View File

@ -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
};