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 +2 -2
- package/index.js +2 -2
- package/package.json +1 -1
- package/unpkg/easyproctor.min.js +1 -1
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:
|
|
14344
|
-
height:
|
|
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:
|
|
22687
|
-
height:
|
|
22686
|
+
width: 1280,
|
|
22687
|
+
height: 720,
|
|
22688
22688
|
frameRate: 15
|
|
22689
22689
|
}
|
|
22690
22690
|
};
|