ysyt-agent-sdk 1.0.68 → 1.0.69
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
|
@@ -110,7 +110,7 @@ export declare enum EventName {
|
|
|
110
110
|
NOTIFICATION_CLICK = "notification_click",
|
|
111
111
|
UPDATE_ANSWER_DEVICE = "update_answer_device",
|
|
112
112
|
PHONE_BAR_OPERATION = "phone_bar_operation",
|
|
113
|
-
|
|
113
|
+
AGENT_INIT_STATUS = "agent_init_success",
|
|
114
114
|
WEBSITE_DELAY = "website_delay",
|
|
115
115
|
SELECT_EXTERNAL_NUMBER = "select_external_number"
|
|
116
116
|
}
|
|
@@ -162,7 +162,7 @@ type EventObject<T> = {
|
|
|
162
162
|
data: T;
|
|
163
163
|
};
|
|
164
164
|
export interface Events {
|
|
165
|
-
[EventName.
|
|
165
|
+
[EventName.AGENT_INIT_STATUS]: boolean;
|
|
166
166
|
[CallSipCallEvent.CALL_PROGRESS]: string;
|
|
167
167
|
[WebRtcCallSipEventEnum.WEB_RTC_CONNECTING]: unknown;
|
|
168
168
|
[WebRtcCallSipEventEnum.WEB_RTC_CONNECTED]: unknown;
|