ue-softphone-sdk-beta 4.0.26 → 4.0.28
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.
|
@@ -152,6 +152,7 @@ export default class ueSoftphone {
|
|
|
152
152
|
static AudioTask: any;
|
|
153
153
|
static MonitorSocketinstance: any;
|
|
154
154
|
static UserConfig: any;
|
|
155
|
+
static isCanRing: any;
|
|
155
156
|
static noop(): void;
|
|
156
157
|
static debug: (msg: any) => void;
|
|
157
158
|
static log: (msg: any) => void;
|
|
@@ -187,6 +188,8 @@ export default class ueSoftphone {
|
|
|
187
188
|
stopVolumeDetection: () => void;
|
|
188
189
|
listenCallVolume: (callbacks: OnCallVolumeParams) => void;
|
|
189
190
|
stopListenVolume: (callbacks: OnCallVolumeParams) => void;
|
|
191
|
+
private turnOffRingCallbacks;
|
|
192
|
+
muteRing: (callbacks: OnCallVolumeParams) => void;
|
|
190
193
|
private initAgentQueue;
|
|
191
194
|
private initQueue;
|
|
192
195
|
static createQueueMonitorEventHandle(callbacks?: any): void;
|