ue-softphone-sdk-beta 4.0.13 → 4.0.16
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.
|
@@ -155,6 +155,7 @@ export default class ueSoftphone {
|
|
|
155
155
|
private attachNlsTranslationEventCallbacks;
|
|
156
156
|
constructor(options?: InitOptions);
|
|
157
157
|
private init;
|
|
158
|
+
private getDomain;
|
|
158
159
|
private login;
|
|
159
160
|
static createEventHandle(callbacks?: any): void;
|
|
160
161
|
private getWebrtcInfo;
|