easyproctor 0.0.49 → 0.0.50

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/esm/index.js CHANGED
@@ -14340,8 +14340,8 @@ async function startCameraCapture(buffer, options = { cameraId: void 0, micropho
14340
14340
  audio: { deviceId: microphoneId },
14341
14341
  video: {
14342
14342
  deviceId: cameraId,
14343
- width: { max: 1280, ideal: 1280 },
14344
- height: { max: 720, ideal: 720 },
14343
+ width: 1280,
14344
+ height: 720,
14345
14345
  frameRate: 15
14346
14346
  }
14347
14347
  };
package/index.js CHANGED
@@ -22683,8 +22683,8 @@ async function startCameraCapture(buffer, options = { cameraId: void 0, micropho
22683
22683
  audio: { deviceId: microphoneId },
22684
22684
  video: {
22685
22685
  deviceId: cameraId,
22686
- width: { max: 1280, ideal: 1280 },
22687
- height: { max: 720, ideal: 720 },
22686
+ width: 1280,
22687
+ height: 720,
22688
22688
  frameRate: 15
22689
22689
  }
22690
22690
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easyproctor",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "description": "Modulo web de gravação do EasyProctor",
5
5
  "main": "./index.js",
6
6
  "module": "./esm/index.js",