UNPKG

ai-slot-web-sdk

Version:

Effortlessly incorporate lifelike digital beings into your web applications, offering real-time conversations, actions, and facial expressions. They support a wide range of voices, languages, and emotional tones.

7 lines (6 loc) 473 B
import { AiSlotGRPCClient } from "./ai_slot_grpc_client"; import { AiSlotGRPCClientConfigType } from "./types"; export declare const setGrpcConfig: (config: AiSlotGRPCClientConfigType) => void; export declare const generateNewCurrentClient: (config?: AiSlotGRPCClientConfigType) => void; export declare const getCurrentClient: (config?: AiSlotGRPCClientConfigType) => AiSlotGRPCClient; export declare const manageClient: (config: AiSlotGRPCClientConfigType) => void;