Issue Reproduction Steps
- Sign up on LiveKit and create project
- Enable token server in project settings on LiveKit Cloud
- Create new agent in web dashboard using
Create in browser using Agent Builder button and deploy
- Copy
Token server sandboxId from project settings on LiveKit Cloud
- Run the command after replacing
<token_server_sandbox_id> with the one from the previous step
lk app create --template agent-starter-android --sandbox <token_server_sandbox_id>
- Open project in Android Studio
- Sync Gradle files
- Build and run the app
- Tap on start call and allow mic access
- No greeting from agent, no error in the console, chatting with the agent doesn't result in the agent replying.
Am I missing a step? How to fix this issue?
Issue Reproduction Steps
Create in browser using Agent Builderbutton and deployToken server sandboxIdfrom project settings on LiveKit Cloud<token_server_sandbox_id>with the one from the previous stepAm I missing a step? How to fix this issue?