React components for Fancall - AI-powered video call with virtual companions
npm install fancallAI 아이돌 실시간 영상 통화 React 컴포넌트
- AgentCall: 음성 기반 AI 에이전트 통화 컴포넌트
- LiveRoomRepository: API 클라이언트
``bash`
npm install fancall @aioia/core @livekit/components-react livekit-client
`tsx
import { AgentCall } from "fancall";
`
`tsx
import { LiveRoomRepository } from "fancall";
const repository = new LiveRoomRepository(apiService);
const response = await repository.create({ agent_name: "idol-agent" });
``
통합 가이드 참조
- React 18+
- Next.js 13 또는 14
- Tailwind CSS with DaisyUI
- @aioia/core
- @livekit/components-react
- livekit-client
Apache 2.0