@bigbinary/neeto-media-recorder 1.3.15 → 1.3.16-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core.js +2 -1
- package/core.js.map +1 -1
- package/index.js +6 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/core.js
CHANGED
|
@@ -1517,7 +1517,8 @@ var ScreenRecorder = /*#__PURE__*/function () {
|
|
|
1517
1517
|
_context2.next = 10;
|
|
1518
1518
|
return window.navigator.mediaDevices.getUserMedia({
|
|
1519
1519
|
audio: _classPrivateFieldGet(_this, _audio) ? {
|
|
1520
|
-
echoCancellation: false
|
|
1520
|
+
echoCancellation: false,
|
|
1521
|
+
noiseSuppression: true
|
|
1521
1522
|
} : false
|
|
1522
1523
|
});
|
|
1523
1524
|
case 10:
|