Hello everyone!
I'm trying to get a deployment of livekit into digitalocean, following Deploy to a VM instruction
Now, i see ok on wss port
http://livekit.soz-api.tk:7880/
but when I try
https://livekit.io/connection-test, i get wrong answer:
Connecting to signal connection via WebSocket
ERROR: invalid API key: devkey
what is devkey ?
--------------------------------------------
so, i think my problem - i generate token in wrong way. I need api-key and api-secret for command
livekit-cli create-token --api-key devkey --api-secret api-secret --join --room my-first-room --identity user1 --valid-for 24h
--------------------------------------------
API key and API secret was generated when i
Generate configuration
now all fine. thanks