fcr-core
Version:
Core APIs for building online scenes
11 lines (10 loc) • 583 B
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 isEndpointRegionDisabled: (parameters?: FcrCoreEngineParameters) => boolean;
export declare const getRtcPresetParameters: () => string[];
export {};