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