easyproctor-hml 1.0.3 → 1.0.5
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 +15 -1
- package/esm/index.js +7863 -7675
- package/index.js +8673 -8485
- package/modules/BaseDetection.d.ts +1 -0
- package/new-flow/checkers/DeviceCheckerService.d.ts +54 -0
- package/new-flow/checkers/DeviceCheckerUI.d.ts +49 -0
- package/new-flow/recorders/AlertRecorder.d.ts +1 -5
- package/package.json +1 -1
- package/proctoring/useProctoring.d.ts +5 -1
- package/unpkg/easyproctor.min.js +187 -144
package/README.md
CHANGED
|
@@ -264,6 +264,20 @@ const {
|
|
|
264
264
|
});
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
+
## Release Note V 2.0.4
|
|
268
|
+
- Criação do runCheckDevicesFlow que permite que o usuário receba a lógica do checkDevices() em um modal próprio
|
|
269
|
+
|
|
270
|
+
## Release Note V 2.0.3
|
|
271
|
+
- Otimização na gravação de áudio removendo necessidade de download de scripts
|
|
272
|
+
|
|
273
|
+
## Release Note V 2.0.2
|
|
274
|
+
- Tratamento para fechamento de streams
|
|
275
|
+
- console.log() configuravel
|
|
276
|
+
|
|
277
|
+
## Release Note V 2.0.1
|
|
278
|
+
- Tratamento para duplo clique no checkDevices
|
|
279
|
+
- Ajuste de CORS no NoiseRecorder
|
|
280
|
+
|
|
267
281
|
## Release Note V 2.0.0
|
|
268
282
|
- Remoção do script deprecated AudioProcessor
|
|
269
283
|
- Monitoramento ativo durante o exame
|
|
@@ -280,7 +294,7 @@ const {
|
|
|
280
294
|
|
|
281
295
|
```ts
|
|
282
296
|
{
|
|
283
|
-
|
|
297
|
+
allowedAmbient: boolean,
|
|
284
298
|
allowedMicrophone: boolean,
|
|
285
299
|
allowedPositionFace: boolean,
|
|
286
300
|
allowedResolution: boolean,
|