ue-softphone-sdk-beta 4.0.39 → 4.0.41

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.
@@ -204,6 +204,7 @@ export default class ueSoftphone {
204
204
  private getDomain;
205
205
  private login;
206
206
  static createEventHandle(callbacks?: any): void;
207
+ static kickOffEvent: () => void;
207
208
  private getWebrtcInfo;
208
209
  private initAttachEvent;
209
210
  private attachNetworkCallbacks;