UNPKG

@d-id/client-sdk

Version:
6 lines (4 loc) 315 B
import { Auth, CreateSessionV2Options, CreateSessionV2Response } from '../../types'; export declare function createStreamApiV2(auth: Auth, host: string, agentId: string, onError?: (error: Error, errorData: object) => void): { createStream(options: CreateSessionV2Options): Promise<CreateSessionV2Response>; };