14 lines
393 B
TypeScript
14 lines
393 B
TypeScript
export declare class CallManager {
|
|
private _globalCallPagePath;
|
|
private _isPageRedirected;
|
|
private _targetPagePath;
|
|
init(params: any): Promise<void>;
|
|
private _watchTUIStore;
|
|
private _unwatchTUIStore;
|
|
private _handleCallStatusChange;
|
|
private _handleCallStatusToCalling;
|
|
private _handleCallStatusToIdle;
|
|
getRoute(): any;
|
|
destroyed(): Promise<void>;
|
|
}
|