add_avatar_to_meeting
Add an AI avatar to a video meeting. The avatar appears as a camera feed, hears, and responds to participants.
Instructions
Add an Anam avatar to a video meeting (Zoom, Google Meet, Teams).
Creates an ephemeral session and deploys a Recall bot that shows the avatar as its camera feed. The avatar can hear and respond to meeting participants.
Args: meeting_url: Video conference URL (e.g., https://meet.google.com/abc-defg-hij) avatar_id: Anam avatar ID. Use search_avatars to find one. voice_id: Anam voice ID. Use search_voices to find one. system_prompt: Instructions for the avatar's personality and behavior. bot_name: Name shown in the meeting participant list (default: "Anam Avatar") llm_id: Optional LLM ID. Defaults to GPT-4o-mini. avatar_model: Avatar model ("cara-2" or "cara-3", default: cara-3)
Returns: Bot ID and status information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_url | Yes | ||
| avatar_id | Yes | ||
| voice_id | Yes | ||
| system_prompt | Yes | ||
| bot_name | No | Anam Avatar | |
| llm_id | No | ||
| avatar_model | No | cara-3 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |