ue-softphone-sdk 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.
package/README.md
CHANGED
|
@@ -199,6 +199,7 @@ export default class ueSoftphone {
|
|
|
199
199
|
private getDomain;
|
|
200
200
|
private login;
|
|
201
201
|
static createEventHandle(callbacks?: any): void;
|
|
202
|
+
static kickOffEvent: () => void;
|
|
202
203
|
private getWebrtcInfo;
|
|
203
204
|
private initAttachEvent;
|
|
204
205
|
private attachNetworkCallbacks;
|