UNPKG

agora-meeting-core

Version:

For publishing npm package agora-metting-core (Web). Get more information from https://docs.agora.io

10 lines (9 loc) 282 B
export declare const wait: (ms: number) => Promise<unknown>; export declare const convertUid: (uid: any) => number; export declare const paramsConfig: { "rtc.report_app_scenario": { appScenario: number; serviceType: number; appVersion: string; }; };