ysyt-agent-sdk 1.0.61 → 1.0.63

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.
@@ -108,7 +108,8 @@ export declare enum EventName {
108
108
  NOTIFICATION_CLICK = "notification_click",
109
109
  UPDATE_ANSWER_DEVICE = "update_answer_device",
110
110
  PHONE_BAR_OPERATION = "phone_bar_operation",
111
- AGENT_INIT_SUCCESS = "agent_init_success"
111
+ AGENT_INIT_SUCCESS = "agent_init_success",
112
+ WEBSITE_DELAY = "website_delay"
112
113
  }
113
114
  export declare enum DisplayTextEnum {
114
115
  RINGING = "\u5BA2\u6237\u632F\u94C3",
@@ -180,6 +180,7 @@ export interface Events {
180
180
  [CallSipCallEvent.CONSULT_THREE_WAY_FAILED]: {
181
181
  conf_name: string;
182
182
  };
183
+ [EventName.WEBSITE_DELAY]: RttObjectType;
183
184
  [key: string]: unknown;
184
185
  [key: symbol]: unknown;
185
186
  }