|
@@ -998,7 +998,6 @@ class RTCUtils extends Listenable {
|
998
|
998
|
* in RTCUtils#_newGetUserMediaWithConstraints.
|
999
|
999
|
*
|
1000
|
1000
|
* @param {Object} options
|
1001
|
|
- * @param {Object} options.desktopSharingExtensionExternalInstallation
|
1002
|
1001
|
* @param {string[]} options.desktopSharingSources
|
1003
|
1002
|
* @param {Object} options.desktopSharingFrameRate
|
1004
|
1003
|
* @param {Object} options.desktopSharingFrameRate.min - Minimum fps
|
|
@@ -1169,7 +1168,6 @@ class RTCUtils extends Listenable {
|
1169
|
1168
|
*/
|
1170
|
1169
|
_parseDesktopSharingOptions(options) {
|
1171
|
1170
|
return {
|
1172
|
|
- ...options.desktopSharingExtensionExternalInstallation,
|
1173
|
1171
|
desktopSharingSources: options.desktopSharingSources,
|
1174
|
1172
|
gumOptions: {
|
1175
|
1173
|
frameRate: options.desktopSharingFrameRate
|
|
@@ -1221,7 +1219,6 @@ class RTCUtils extends Listenable {
|
1221
|
1219
|
}
|
1222
|
1220
|
|
1223
|
1221
|
const {
|
1224
|
|
- desktopSharingExtensionExternalInstallation,
|
1225
|
1222
|
desktopSharingSourceDevice,
|
1226
|
1223
|
desktopSharingSources,
|
1227
|
1224
|
desktopSharingFrameRate
|
|
@@ -1278,7 +1275,6 @@ class RTCUtils extends Listenable {
|
1278
|
1275
|
}
|
1279
|
1276
|
|
1280
|
1277
|
return this._newGetDesktopMedia({
|
1281
|
|
- desktopSharingExtensionExternalInstallation,
|
1282
|
1278
|
desktopSharingSources,
|
1283
|
1279
|
desktopSharingFrameRate
|
1284
|
1280
|
});
|