ue-softphone-sdk-beta 4.0.32 → 4.0.34

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.
@@ -226,7 +226,8 @@ export default class ueSoftphone {
226
226
  private initQueue;
227
227
  static createQueueMonitorEventHandle(callbacks?: any): void;
228
228
  static createopenNlsTransEventHandle(callbacks?: any): void;
229
- static createopenAllMonitorEventHandle(callbacks?: any, msg?: any): void;
229
+ static createopenAllMonitorEventHandle(callbacks?: any): void;
230
+ static changeMonitorEventHandle(callbacks: any, msg: any): void;
230
231
  static handleHttpMonitor(msg: any, callbacks: any): void;
231
232
  listenCallQueueEvent: (callbacks: any) => void;
232
233
  listenTranslationEvent: (callbacks: any) => void;