AI 아이돌 실시간 영상 통화 React 컴포넌트
- AgentCall: 음성 기반 AI 에이전트 통화 컴포넌트
- LiveRoomRepository: API 클라이언트
npm install fancall @aioia/core @livekit/components-react livekit-clientimport { AgentCall } from "fancall";
<AgentCall roomName={roomName} token={token} />;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