easyproctor 2.5.6 → 2.5.7
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 +7 -0
- package/esm/index.js +572 -33
- package/index.js +572 -33
- package/new-flow/recorders/CameraRecorder.d.ts +1 -0
- package/new-flow/recorders/ScreenRecorder.d.ts +2 -1
- package/package.json +3 -2
- package/proctoring/proctoring.d.ts +1 -0
- package/unpkg/easyproctor.min.js +41 -38
package/README.md
CHANGED
|
@@ -264,6 +264,13 @@ const {
|
|
|
264
264
|
});
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
+
## Release Note V 2.5.7
|
|
268
|
+
- Ajustes na verificação biometrica
|
|
269
|
+
- Estrategia de erro no upload final do video
|
|
270
|
+
- Fechando webm com a duração
|
|
271
|
+
- Ajustes na finalização da sessao para evitar alertas após o encerramento do stream
|
|
272
|
+
- Ajuste no onRealtimeAlerts
|
|
273
|
+
|
|
267
274
|
## Release Note V 2.5.6
|
|
268
275
|
- Novo método de gravação com tratamento de retry
|
|
269
276
|
- Ajuste parametrização do realtime
|