Merge pull request #1341 from saghul/doc-disableRtx
config: switch default disableRtx to false
This commit is contained in:
commit
c942017b73
|
@ -77,8 +77,8 @@ var config = { // eslint-disable-line no-unused-vars
|
||||||
enableUserRolesBasedOnToken: false,
|
enableUserRolesBasedOnToken: false,
|
||||||
// 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) (defaults to false).
|
||||||
disableRtx: true,
|
disableRtx: false,
|
||||||
// Sets the preferred resolution (height) for local video. Defaults to 360.
|
// Sets the preferred resolution (height) for local video. Defaults to 360.
|
||||||
resolution: 720
|
resolution: 720
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue