LIVEKIT_API_KEY="devkey"
LIVEKIT_API_SECRET="secret"
LIVEKIT_URL="ws://127.0.0.1:7880"
I am using a Linux system, and the above is the content of my .env.local file. However, I found that I cannot connect. How can I solve this issue? I used the same method on Mac, and it worked fine.