|
|
@@ -78,5 +78,6 @@ var config = { // eslint-disable-line no-unused-vars
|
|
78
|
78
|
// edit their profile.
|
|
79
|
79
|
enableUserRolesBasedOnToken: false,
|
|
80
|
80
|
// Suspending video might cause problems with audio playback. Disabling until these are fixed.
|
|
81
|
|
- disableSuspendVideo: true
|
|
|
81
|
+ disableSuspendVideo: true,
|
|
|
82
|
+ disableRtx: true
|
|
82
|
83
|
};
|