|
@@ -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,6 +59,7 @@ export function createLocalTracksF(
|
58
|
59
|
constraints,
|
59
|
60
|
desktopSharingExtensionExternalInstallation:
|
60
|
61
|
options.desktopSharingExtensionExternalInstallation,
|
|
62
|
+ desktopSharingFrameRate,
|
61
|
63
|
desktopSharingSources: options.desktopSharingSources,
|
62
|
64
|
|
63
|
65
|
// Copy array to avoid mutations inside library.
|