easyproctor 2.5.2 → 2.5.4
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 +10 -0
- package/esm/index.js +327 -97
- package/index.js +327 -97
- package/interfaces/ParamsConfig.d.ts +1 -2
- package/new-flow/backend/BackendService.d.ts +1 -1
- package/new-flow/proctoring/ProctoringSession.d.ts +4 -1
- package/new-flow/recorders/AlertRecorder.d.ts +19 -2
- package/new-flow/recorders/CameraRecorder.d.ts +1 -1
- package/package.json +1 -1
- package/proctoring/proctoring.d.ts +2 -0
- package/proctoring/useProctoring.d.ts +1 -1
- package/unpkg/easyproctor.min.js +39 -39
package/README.md
CHANGED
|
@@ -263,6 +263,16 @@ const {
|
|
|
263
263
|
token: "...",
|
|
264
264
|
});
|
|
265
265
|
```
|
|
266
|
+
## Release Note V 2.5.4
|
|
267
|
+
- Novos alertas de tela (Clipboard, SplitScreen)
|
|
268
|
+
- Ajustes na detecção de foco da tela
|
|
269
|
+
- Melhorias na analise biométrica
|
|
270
|
+
- Melhorias na analise do uso de dispositivos
|
|
271
|
+
- Correção do uso de câmera externa no ambiente de produção
|
|
272
|
+
|
|
273
|
+
## Release Note V 2.5.3
|
|
274
|
+
- Fix: Resolução do video
|
|
275
|
+
- Melhorias no proctoring do tipo REALTIME
|
|
266
276
|
|
|
267
277
|
## Release Note V 2.5.2
|
|
268
278
|
- Alteração do nome do callback 'onFinish' para 'onResultAvailable'
|