easyproctor 0.0.54 → 0.0.55

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
@@ -17951,7 +17951,6 @@ async function startCameraCapture(buffer, options = { cameraId: void 0, micropho
17951
17951
  await recorder.stopRecording();
17952
17952
  const blob = await recorder.getBlob();
17953
17953
  (0, import_recordrtc.getSeekableBlob)(blob, function(seekableBlob) {
17954
- recorder.stream?.stop();
17955
17954
  recorder.destroy();
17956
17955
  buffer.push(seekableBlob);
17957
17956
  console.log(buffer);
@@ -18041,7 +18040,6 @@ async function startScreenCapture(buffer, options) {
18041
18040
  await recorder.stopRecording();
18042
18041
  const blob = await recorder.getBlob();
18043
18042
  (0, import_recordrtc2.getSeekableBlob)(blob, function(seekableBlob) {
18044
- recorder.stream?.stop();
18045
18043
  recorder.destroy();
18046
18044
  buffer.push(seekableBlob);
18047
18045
  screenStream.getTracks().forEach((el) => {
package/index.js CHANGED
@@ -26294,8 +26294,6 @@ async function startCameraCapture(buffer, options = { cameraId: void 0, micropho
26294
26294
  await recorder.stopRecording();
26295
26295
  const blob = await recorder.getBlob();
26296
26296
  (0, import_recordrtc.getSeekableBlob)(blob, function(seekableBlob) {
26297
- var _a;
26298
- (_a = recorder.stream) == null ? void 0 : _a.stop();
26299
26297
  recorder.destroy();
26300
26298
  buffer.push(seekableBlob);
26301
26299
  console.log(buffer);
@@ -26385,8 +26383,6 @@ async function startScreenCapture(buffer, options) {
26385
26383
  await recorder.stopRecording();
26386
26384
  const blob = await recorder.getBlob();
26387
26385
  (0, import_recordrtc2.getSeekableBlob)(blob, function(seekableBlob) {
26388
- var _a;
26389
- (_a = recorder.stream) == null ? void 0 : _a.stop();
26390
26386
  recorder.destroy();
26391
26387
  buffer.push(seekableBlob);
26392
26388
  screenStream.getTracks().forEach((el) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easyproctor",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "Modulo web de gravação do EasyProctor",
5
5
  "main": "./index.js",
6
6
  "module": "./esm/index.js",