convai-web-sdk
Version:
Integrate lifelike digital beings into your web applications with real-time conversations, actions, and facial expressions. Supports a variety of voices, languages, and emotions.
15 lines (14 loc) • 614 B
TypeScript
export declare function generateDeviceId(): string;
export declare function generateSecureDeviceId(): string;
export declare function getDeviceId(): string;
export declare function regenerateDeviceId(): string;
export declare function resetDeviceId(): void;
export declare function hasDeviceId(): boolean;
export declare function getStorageMethod(): string;
export declare function getDeviceFingerprint(): string;
export declare function isDeviceFingerprintingAvailable(): boolean;
export declare function parseDeviceId(deviceId: string): {
prefix: string;
fingerprint: string;
port: number;
} | null;