UNPKG

fcr-core

Version:

Core APIs for building online scenes

10 lines (9 loc) 522 B
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 isEndpointRegionDisabled: (parameters?: FcrCoreEngineParameters) => boolean; export {};