easyproctor-hml 2.4.3 → 2.5.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 CHANGED
@@ -264,7 +264,8 @@ const {
264
264
  });
265
265
  ```
266
266
 
267
-
267
+ ## Release Note V 2.3.1
268
+ - Implementação da funcionalidade de transmissão com câmera externa
268
269
 
269
270
  ## Release Note V 2.3.0
270
271
  - Implementação da funcionalidade de câmera externa (apenas checagem)
@@ -18,3 +18,4 @@ export declare const CAMERA_BLOCKED = "camera_blocked";
18
18
  export declare const SPY_SCAN_API_NOT_FOUND = "spy_scan_api_not_found";
19
19
  export declare const ERROR_ON_MOBILE_APP_NOT_FOUND = "error_on_mobile_app_not_found";
20
20
  export declare const EXTERNAL_CAMERA_NOT_STARTED = "external_camera_not_started";
21
+ export declare const EXTERNAL_CAMERA_CHECK_TRANSMISSION = "external_camera_timed_out";