easyproctor 2.5.6 → 2.5.8
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 +570 -33
- package/index.js +570 -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,16 @@ const {
|
|
|
264
264
|
});
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
+
## Release Note V 2.5.8
|
|
268
|
+
- removendo fechamento do webm com a duração para refinamento
|
|
269
|
+
|
|
270
|
+
## Release Note V 2.5.7
|
|
271
|
+
- Ajustes na verificação biometrica
|
|
272
|
+
- Estrategia de erro no upload final do video
|
|
273
|
+
- Fechando webm com a duração
|
|
274
|
+
- Ajustes na finalização da sessao para evitar alertas após o encerramento do stream
|
|
275
|
+
- Ajuste no onRealtimeAlerts
|
|
276
|
+
|
|
267
277
|
## Release Note V 2.5.6
|
|
268
278
|
- Novo método de gravação com tratamento de retry
|
|
269
279
|
- Ajuste parametrização do realtime
|