agora-edu-core-lb
Version:
For publishing npm package agora-edu-core (Web & Electron). Get more information from https://docs.agora.io
17 lines (16 loc) • 612 B
TypeScript
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;
};
};
export declare const setAppScenario: (scenarioType?: number | undefined) => void;
export declare const getRegion: (region: string) => {
rtcArea: string;
rtmArea: string;
};
export declare const getRegionDomainCode: (region: string) => string;
export declare const getSDKDomain: (domain: string, region: string) => string;