ue-softphone-sdk-beta 4.0.51 → 4.0.53
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.
|
@@ -59,6 +59,7 @@ interface DialoutParams {
|
|
|
59
59
|
fail?: Function;
|
|
60
60
|
numberGroupId?: String;
|
|
61
61
|
numberGroupName?: String;
|
|
62
|
+
encrypt?: Number;
|
|
62
63
|
}
|
|
63
64
|
interface HangupParams {
|
|
64
65
|
success?: Function;
|
|
@@ -168,11 +169,6 @@ interface breakinParams {
|
|
|
168
169
|
success?: Function;
|
|
169
170
|
fail?: Function;
|
|
170
171
|
}
|
|
171
|
-
interface switchOutDevicesParams {
|
|
172
|
-
deviceId: String;
|
|
173
|
-
success?: Function;
|
|
174
|
-
fail?: Function;
|
|
175
|
-
}
|
|
176
172
|
export default class ueSoftphone {
|
|
177
173
|
static summaryUeTimer: any;
|
|
178
174
|
static agentUeTimer: any;
|
|
@@ -247,7 +243,6 @@ export default class ueSoftphone {
|
|
|
247
243
|
private static initWebrtcEvent;
|
|
248
244
|
private openMediaAudio;
|
|
249
245
|
listenCallEvent: (callbacks: OnCallEventParams) => void;
|
|
250
|
-
switchOutDevices: (params: switchOutDevicesParams) => Promise<void>;
|
|
251
246
|
get agent(): {
|
|
252
247
|
switchLoginType(params: UpdateLoginTypeParams): Promise<void>;
|
|
253
248
|
findPhoneBarList(params: GetAgentPhoneBarParams): void;
|