UNPKG

@d-id/client-sdk

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