fix(voice): keep LiveKit TTS tracks alive
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Enviroment variables needed to connect to the LiveKit server.
|
||||
LIVEKIT_API_KEY=<your_api_key>
|
||||
LIVEKIT_API_SECRET=<your_api_secret>
|
||||
LIVEKIT_URL=wss://<project-subdomain>.livekit.cloud
|
||||
|
||||
# Agent dispatch (https://docs.livekit.io/agents/server/agent-dispatch)
|
||||
# Leave AGENT_NAME blank to enable automatic dispatch
|
||||
# Provide an agent name to enable explicit dispatch
|
||||
AGENT_NAME=
|
||||
|
||||
# Internally used environment variables
|
||||
NEXT_PUBLIC_APP_CONFIG_ENDPOINT=
|
||||
SANDBOX_ID=
|
||||
Reference in New Issue
Block a user