ysyt-agent-sdk 1.1.12 → 1.1.13
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/dist/src/types/Enum.d.ts
CHANGED
|
@@ -120,6 +120,7 @@ export declare enum CallSipCallEventEnum {
|
|
|
120
120
|
LISTEN_INCOMING_CALL_OFF_HOOK = "listen_incoming_call_off_hook",
|
|
121
121
|
LISTEN_HANGUP = "listen_hangup",
|
|
122
122
|
EAR_SPEECH_SUCCESS = "ear_speech_success",
|
|
123
|
+
EAR_SPEECH_BE_SUCCESS = "ear_speech_be_success",
|
|
123
124
|
EAR_SPEECH_FAILED = "ear_speech_failed",
|
|
124
125
|
STOP_EAR_SPEECH_SUCCESS = "stop_ear_speech_success",
|
|
125
126
|
STOP_EAR_SPEECH_FAILED = "stop_ear_speech_failed",
|
|
@@ -332,6 +332,7 @@ export interface Events {
|
|
|
332
332
|
monitored_agent_no: string;
|
|
333
333
|
monitor_agent_no: string;
|
|
334
334
|
};
|
|
335
|
+
[CallSipCallEventEnum.EAR_SPEECH_BE_SUCCESS]: unknown;
|
|
335
336
|
[CallSipCallEventEnum.EAR_SPEECH_FAILED]: unknown;
|
|
336
337
|
[CallSipCallEventEnum.STOP_EAR_SPEECH_SUCCESS]: unknown;
|
|
337
338
|
[CallSipCallEventEnum.STOP_EAR_SPEECH_FAILED]: unknown;
|