big-controller-60015
02/13/2025, 12:47 PMLIVEKIT_URL
, LIVEKIT_API_KEY
, and LIVEKIT_API_SECRET
from the same project that you use for local development, your local worker will join the same pool as your production workers.
This means real users could be connected to your local worker.
This is usually not what you want so make sure to use a different project for local development.
This is from the livekit documentation, if i use same LIVEKIT_URL
but different api and api secret then will the agents be seperated?gray-monkey-83525
02/13/2025, 12:47 PM