ysyt-agent-sdk 1.0.111 → 1.0.112

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.
@@ -16,6 +16,8 @@ export declare class SIPClient {
16
16
  private isOffline;
17
17
  private autoAnswerTimer;
18
18
  private isManuallyStopped;
19
+ private registerIntervalTimer;
20
+ private registerInterval;
19
21
  constructor(config: {
20
22
  webSocket: string;
21
23
  server: string;
@@ -65,6 +67,7 @@ export declare class SIPClient {
65
67
  * - 来电 Invite
66
68
  */
67
69
  private setupEventListeners;
70
+ private refreshRegister;
68
71
  /**
69
72
  * 注册当前用户
70
73
  */