interface StartSessionOptions {
    avatarId: string;
    maxDurationMs?: null | number;
    transport: Record<string, unknown>;
}

Properties

avatarId: string
maxDurationMs?: null | number
transport: Record<string, unknown>