easyproctor-hml 0.0.16 → 0.0.18
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 +5 -2
- package/esm/index.js +408 -292
- package/extension/extension.d.ts +4 -2
- package/index.js +25255 -25139
- package/new-flow/backend/BackendService.d.ts +5 -0
- package/new-flow/proctoring/ProctoringRecorder.d.ts +2 -0
- package/new-flow/proctoring/ProctoringSession.d.ts +3 -0
- package/new-flow/proctoring/ProctoringUploader.d.ts +2 -1
- package/new-flow/recorders/AlertRecorder.d.ts +10 -1
- package/new-flow/recorders/AudioRecorder.d.ts +6 -0
- package/new-flow/recorders/CameraRecorder.d.ts +5 -0
- package/new-flow/recorders/IRecorder.d.ts +2 -0
- package/new-flow/recorders/ScreenRecorder.d.ts +6 -0
- package/new-flow/recorders/VolumeMeter.d.ts +10 -0
- package/package.json +1 -1
- package/plugins/insights.d.ts +3 -1
- package/plugins/recorder.d.ts +6 -1
- package/proctoring/DeviceChecker.d.ts +4 -1
- package/proctoring/options/ProctoringOptions.d.ts +2 -1
- package/proctoring/proctoring.d.ts +5 -4
- package/proctoring/useProctoring.d.ts +5 -7
- package/unpkg/easyproctor.min.js +21 -15
- package/unpkg/easyproctor.min.js.map +0 -7
package/README.md
CHANGED
|
@@ -219,9 +219,12 @@ const {
|
|
|
219
219
|
});
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
## Release Note V
|
|
222
|
+
## Release Note V 1.0.2
|
|
223
|
+
|
|
224
|
+
- Correção na função checkDevices
|
|
225
|
+
- Adicionado callback onNoiseDetected
|
|
226
|
+
- Correção de erro relacionado ao link do blob no download e na extensão
|
|
223
227
|
|
|
224
|
-
- Corrigindo callback da função finish
|
|
225
228
|
|
|
226
229
|
## License
|
|
227
230
|
|