easyproctor 2.1.1 → 2.2.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
@@ -263,6 +263,12 @@ const {
263
263
  token: "...",
264
264
  });
265
265
  ```
266
+ ## Release Note V 2.2.0
267
+ - Retry para stream iniciados com falhas
268
+ - Criação da janela para termo de consentimento
269
+ - Criação da funcionalidade de varredura de ambiente em busca de cameras espiãs
270
+ - Melhorias nos logs
271
+
266
272
  ## Release Note V 2.1.1
267
273
  - Escolha automatica do codec suportado (vp8/vp9)
268
274
  - Não é mais obrigatório passar width e height no check devices
@@ -15,3 +15,4 @@ export declare const BROWSER_NOT_SUPPORTED = "browser_not_supported";
15
15
  export declare const TOKEN_MISSING = "token_missing";
16
16
  export declare const CREDENTIALS_MISSING = "credentials_missing";
17
17
  export declare const CAMERA_BLOCKED = "camera_blocked";
18
+ export declare const SPY_SCAN_API_NOT_FOUND = "spy_scan_api_not_found";