ue-softphone-sdk 4.0.16 → 4.0.17
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.
|
@@ -183,6 +183,7 @@ export default class ueSoftphone {
|
|
|
183
183
|
private getMicrophoneVolume;
|
|
184
184
|
private initAudioDetection;
|
|
185
185
|
private startVolumeDetection;
|
|
186
|
+
clearVolumeDetection: () => void;
|
|
186
187
|
stopVolumeDetection: () => void;
|
|
187
188
|
listenCallVolume: (callbacks: OnCallVolumeParams) => void;
|
|
188
189
|
stopListenVolume: (callbacks: OnCallVolumeParams) => void;
|