Merge pull request #1327 from saghul/doc-resolution

doc: document resolution config option and set it to 720 by default
This commit is contained in:
George Politis
2017-02-17 11:33:04 -06:00
committed by GitHub
+3 -1
View File
@@ -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
};