|
@@ -47,6 +47,7 @@ export function createLocalTracksF(
|
47
|
47
|
|
48
|
48
|
const {
|
49
|
49
|
constraints,
|
|
50
|
+ desktopSharingFrameRate,
|
50
|
51
|
firefox_fake_device, // eslint-disable-line camelcase
|
51
|
52
|
resolution
|
52
|
53
|
} = store.getState()['features/base/config'];
|
|
@@ -58,8 +59,10 @@ export function createLocalTracksF(
|
58
|
59
|
constraints,
|
59
|
60
|
desktopSharingExtensionExternalInstallation:
|
60
|
61
|
options.desktopSharingExtensionExternalInstallation,
|
|
62
|
+ desktopSharingFrameRate,
|
61
|
63
|
desktopSharingSources: options.desktopSharingSources,
|
62
|
64
|
|
|
65
|
+
|
63
|
66
|
// Copy array to avoid mutations inside library.
|
64
|
67
|
devices: options.devices.slice(0),
|
65
|
68
|
firefox_fake_device, // eslint-disable-line camelcase
|