@myinterview/widget-react 1.1.16 → 1.1.17

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.
@@ -97,6 +97,7 @@ export declare const enum ACTIONS {
97
97
  SET_PERMISSION_LISTENER = "SET_PERMISSION_LISTENER"
98
98
  }
99
99
  export declare const enum EVENTS {
100
+ SET_MIC_SPEED_DETECTION = "SET_MIC_SPEED_DETECTION",
100
101
  SEND_RECORDER_TO_WAITING_STATE = "SEND_RECORDER_TO_WAITING_STATE",
101
102
  CHANGE_VIDEO_DEVICE = "CHANGE_VIDEO_DEVICE",
102
103
  CHANGE_AUDIO_DEVICE = "CHANGE_AUDIO_DEVICE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/cjs/index.js",