recappi 0.1.32 → 0.1.33

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/dist/index.js CHANGED
@@ -20659,6 +20659,7 @@ function assertRecordingPermissions(permissions) {
20659
20659
  const blocked = permissions.find((permission) => {
20660
20660
  if (permission.status === "granted") return false;
20661
20661
  if (permission.name === "microphone" && permission.status === "unknown") return false;
20662
+ if (permission.name === "screen_recording" && permission.status === "unknown") return false;
20662
20663
  return true;
20663
20664
  });
20664
20665
  if (!blocked) return;