|
@@ -80,5 +80,7 @@ var config = { // eslint-disable-line no-unused-vars
|
80
|
80
|
// Suspending video might cause problems with audio playback. Disabling until these are fixed.
|
81
|
81
|
disableSuspendVideo: true,
|
82
|
82
|
// disables or enables RTX (RFC 4588).
|
83
|
|
- disableRtx: true
|
|
83
|
+ disableRtx: true,
|
|
84
|
+ // Sets the preferred resolution (height) for local video. Defaults to 360.
|
|
85
|
+ resolution: 720
|
84
|
86
|
};
|