@koi-design/callkit 2.0.5-beta.15 → 2.0.5-beta.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.
- package/dist/index.d.ts +0 -4
- package/dist/index.global.js +33 -32
- package/dist/index.js +5 -4
- package/dist/index.mjs +5 -4
- package/package.json +1 -1
- package/CHANGELOG.md +0 -156
package/dist/index.d.ts
CHANGED
|
@@ -474,10 +474,6 @@ declare class Connect {
|
|
|
474
474
|
* @returns
|
|
475
475
|
*/
|
|
476
476
|
isInit(): boolean;
|
|
477
|
-
private heartbeatInterval?;
|
|
478
|
-
private heartbeatFlag;
|
|
479
|
-
clearHeartbeat(): void;
|
|
480
|
-
startHeartbeat(): void;
|
|
481
477
|
socketTriggerHangup(callId: string): void;
|
|
482
478
|
register(): Promise<void>;
|
|
483
479
|
private reconnectTimer?;
|