easyproctor 2.0.3 → 2.1.0
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 +4 -0
- package/esm/index.js +7441 -7287
- package/index.js +8263 -8109
- 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/package.json +1 -1
- package/proctoring/useProctoring.d.ts +5 -1
- package/unpkg/easyproctor.min.js +154 -148
package/README.md
CHANGED
|
@@ -263,6 +263,10 @@ const {
|
|
|
263
263
|
token: "...",
|
|
264
264
|
});
|
|
265
265
|
```
|
|
266
|
+
|
|
267
|
+
## Release Note V 2.1.0
|
|
268
|
+
- Criação do runCheckDevicesFlow que permite que o usuário receba a lógica do checkDevices() em um modal próprio
|
|
269
|
+
|
|
266
270
|
## Release Note V 2.0.3
|
|
267
271
|
- Otimização na gravação de áudio removendo necessidade de download de scripts
|
|
268
272
|
|