@bigbinary/neeto-media-recorder 1.3.18 → 1.3.19
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 +1 -0
- package/core.js.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/core.js
CHANGED
|
@@ -1467,6 +1467,7 @@ var ScreenRecorder = /*#__PURE__*/function () {
|
|
|
1467
1467
|
clearInterval(_classPrivateFieldGet(_this, _timerId));
|
|
1468
1468
|
clearInterval(_classPrivateFieldGet(_this, _countdownTimerId));
|
|
1469
1469
|
_classPrivateFieldGet(_this, _store).getState().resetState();
|
|
1470
|
+
_classPrivateFieldGet(_this, _checkCompatibility).call(_this);
|
|
1470
1471
|
});
|
|
1471
1472
|
_defineProperty(this, "revokePermissions", function () {
|
|
1472
1473
|
var _classPrivateFieldGet19, _classPrivateFieldGet20, _classPrivateFieldGet21;
|