fcr-core
Version:
Core APIs for building online scenes
16 lines (15 loc) • 1.05 kB
TypeScript
export declare const isTrueValue: (value: unknown) => boolean;
type FcrCoreEngineParameters = {
core?: Record<string, unknown>;
};
export declare const getCoreIpList: (parameters?: FcrCoreEngineParameters) => string[];
export declare const getEasemobChatIpList: (parameters?: FcrCoreEngineParameters) => string[];
export declare const getEasemobRestIpList: (parameters?: FcrCoreEngineParameters) => string[];
export declare const getScribbleForgeIpList: (parameters?: FcrCoreEngineParameters) => string[];
export declare const isEndpointRegionDisabled: (parameters?: FcrCoreEngineParameters) => boolean;
export declare const getNeedLogUpload: (parameters?: FcrCoreEngineParameters) => boolean;
export declare const getCoreLogFileSize: (parameters?: FcrCoreEngineParameters) => number;
export declare const getEasemobLogFileSize: (parameters?: FcrCoreEngineParameters) => number;
export declare const getNetlessLogFileSize: (parameters?: FcrCoreEngineParameters) => number;
export declare const getRtcPresetParameters: () => string[];
export {};