easyproctor-hml 0.0.20 → 0.0.22
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/README.md +3 -6
- package/esm/index.js +10012 -9556
- package/index.js +26004 -25548
- package/new-flow/backend/BackendService.d.ts +2 -1
- package/new-flow/recorders/CameraRecorder.d.ts +12 -1
- package/new-flow/recorders/VolumeMeter.d.ts +4 -1
- package/package.json +2 -1
- package/proctoring/CapturePhoto.d.ts +16 -0
- package/proctoring/DeviceChecker.d.ts +16 -5
- package/proctoring/useProctoring.d.ts +2 -1
- package/unpkg/easyproctor.min.js +51 -22
package/README.md
CHANGED
|
@@ -219,13 +219,10 @@ const {
|
|
|
219
219
|
});
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
## Release Note V 1.0.
|
|
223
|
-
|
|
224
|
-
- Correção na função checkDevices
|
|
225
|
-
- Adicionado callback onNoiseDetected
|
|
226
|
-
- Correção de erro relacionado ao link do blob no download e na extensão
|
|
227
|
-
- Correção send percentage on finish with extension
|
|
222
|
+
## Release Note V 1.0.10
|
|
228
223
|
|
|
224
|
+
- Adicionado fotos durante a execução da prova
|
|
225
|
+
- Adicionado o modal de capturePhoto, para cadastramento e autenticação biométrica
|
|
229
226
|
|
|
230
227
|
## License
|
|
231
228
|
|