@bigbinary/neeto-media-recorder 2.7.24 → 2.7.25
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/constants.js +1 -1
- package/constants.js.map +1 -1
- package/core.js.map +1 -1
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1452,7 +1452,10 @@ var useHandleErrors = function useHandleErrors(_ref) {
|
|
|
1452
1452
|
};
|
|
1453
1453
|
}
|
|
1454
1454
|
if (!requested) {
|
|
1455
|
-
|
|
1455
|
+
// This allow other settings to be set before getDisplay is called.
|
|
1456
|
+
setTimeout(function () {
|
|
1457
|
+
screenRecorder.startRecording();
|
|
1458
|
+
}, 200);
|
|
1456
1459
|
}
|
|
1457
1460
|
return noop;
|
|
1458
1461
|
}, [recorderStatus, error]);
|