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:
commit
08efd5ecab
|
@ -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.
|
// Suspending video might cause problems with audio playback. Disabling until these are fixed.
|
||||||
disableSuspendVideo: true,
|
disableSuspendVideo: true,
|
||||||
// disables or enables RTX (RFC 4588).
|
// disables or enables RTX (RFC 4588).
|
||||||
disableRtx: true
|
disableRtx: true,
|
||||||
|
// Sets the preferred resolution (height) for local video. Defaults to 360.
|
||||||
|
resolution: 720
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue