UNPKG

@d-id/client-sdk

Version:
3 lines (2 loc) 193 B
import { Auth, RtcApi } from '../../types/index'; export declare function createClipApi(auth: Auth, host: string, agentId: string, onError?: (error: Error, errorData: object) => void): RtcApi;