@myinterview/widget-react 1.1.22-development-2bfa0c3 → 1.1.22-development-1379a04

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.
@@ -43,6 +43,7 @@ export interface RecorderInterface {
43
43
  recordingTime: number;
44
44
  durations: number;
45
45
  isMicError: boolean;
46
+ isActivelyStopped: boolean;
46
47
  }
47
48
  export declare const enum MIME_TYPES {
48
49
  WEBM = "video/webm",
@@ -94,7 +95,8 @@ export declare const enum ACTIONS {
94
95
  UPDATE_MACHINE_FOR_NEW_QUESTION = "UPDATE_MACHINE_FOR_NEW_QUESTION",
95
96
  SET_MEDIA_RECORDER = "SET_MEDIA_RECORDER",
96
97
  SET_MIC_ERROR = "SET_MIC_ERROR",
97
- SET_PERMISSION_LISTENER = "SET_PERMISSION_LISTENER"
98
+ SET_PERMISSION_LISTENER = "SET_PERMISSION_LISTENER",
99
+ SET_ACTIVELY_STOPPED = "SET_ACTIVELY_STOPPED"
98
100
  }
99
101
  export declare const enum EVENTS {
100
102
  SET_MIC_SPEED_DETECTION = "SET_MIC_SPEED_DETECTION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.22-development-2bfa0c3",
3
+ "version": "1.1.22-development-1379a04",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",