UNPKG

pope-test-callkit2

Version:

An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.

9 lines (8 loc) 279 B
import { ICallStore } from '../interface/ICallStore'; export default class CallStore { defaultStore: ICallStore; store: ICallStore; update(key: keyof ICallStore, data: any): void; getData(key: string | undefined): any; reset(keyList?: Array<string>): void; }