|
@@ -150,23 +150,9 @@ var config = {
|
150
|
150
|
// Required version of Chrome extension
|
151
|
151
|
desktopSharingChromeMinExtVersion: '0.1',
|
152
|
152
|
|
153
|
|
- // The ID of the jidesha extension for Firefox. If null, we assume that no
|
154
|
|
- // extension is required.
|
155
|
|
- desktopSharingFirefoxExtId: null,
|
156
|
|
-
|
157
|
153
|
// Whether desktop sharing should be disabled on Firefox.
|
158
|
154
|
desktopSharingFirefoxDisabled: false,
|
159
|
155
|
|
160
|
|
- // The maximum version of Firefox which requires a jidesha extension.
|
161
|
|
- // Example: if set to 41, we will require the extension for Firefox versions
|
162
|
|
- // up to and including 41. On Firefox 42 and higher, we will run without the
|
163
|
|
- // extension.
|
164
|
|
- // If set to -1, an extension will be required for all versions of Firefox.
|
165
|
|
- desktopSharingFirefoxMaxVersionExtRequired: 51,
|
166
|
|
-
|
167
|
|
- // The URL to the Firefox extension for desktop sharing.
|
168
|
|
- desktopSharingFirefoxExtensionURL: null,
|
169
|
|
-
|
170
|
156
|
// Optional desktop sharing frame rate options. Default value: min:5, max:5.
|
171
|
157
|
// desktopSharingFrameRate: {
|
172
|
158
|
// min: 5,
|