hi, we have tried to setup the basic version live ...
# ask-ai
a
hi, we have tried to setup the basic version live based on the starter github projects given in livekit documentation, the agent is not joining the call, while i am talking i can see the speec to text happening, but other steps are not working
t
Thanks for reaching out, pavan. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I'm here to help you get your agent connected in your LiveKit starter project! Let's go through a few things together to make sure everything is set up just right: • First, double-check that the
agent_name
is correctly set in both the agent setup (
WorkerOptions
) and the dispatch rule (
RoomAgentDispatch
). • Make sure your agent backend (whether it's Python or Node.js) is up and running, and that it’s configured with the correct LiveKit URL and API keys. • Take a look at the logs for any errors like connection timeouts or permission issues—these can give us clues. Also, ensure the agent is connecting within the allowed time window. • If you're using SIP integration, please verify that your SIP trunk credentials are valid and up to date. • Lastly, confirm that both your web frontend and agent backend are running at the same time, and all environment variables are properly set. If you hit any bumps or see specific errors while checking these, just let me know—I’m here to guide you through it! Sources: SIP troubleshooting guide | LiveKit Docs | Getting Help | livekit/livekit_composite | DeepWiki | Voice Assistants | livekit/livekit_composite | DeepWiki | cmd/lk/agent.go | Web and mobile frontends | LiveKit Docs