ue-softphone-sdk-beta 4.0.24 → 4.0.26

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.
@@ -174,14 +174,19 @@ export default class ueSoftphone {
174
174
  private initnNetworkMonitoring;
175
175
  listenCallNetork: (callbacks: OnCallEventParams) => void;
176
176
  private volumeCallbacks;
177
+ private stopVolumeCallbacks;
177
178
  private audioContext;
178
179
  private analyser;
179
180
  private dataArray;
180
181
  private stream;
182
+ private volumeIntervalId;
181
183
  private getMicrophoneVolume;
182
184
  private initAudioDetection;
183
185
  private startVolumeDetection;
186
+ clearVolumeDetection: () => void;
187
+ stopVolumeDetection: () => void;
184
188
  listenCallVolume: (callbacks: OnCallVolumeParams) => void;
189
+ stopListenVolume: (callbacks: OnCallVolumeParams) => void;
185
190
  private initAgentQueue;
186
191
  private initQueue;
187
192
  static createQueueMonitorEventHandle(callbacks?: any): void;