This message was deleted.
# helpdesk
s
This message was deleted.
a
Do you generate a new token on every request somehow? What is your setup? This is my script for creating users for a room
$1
is the username
Copy code
livekit-cli create-token \
    --api-key server-api-key --api-secret server-api-key-secret \
    --join --room my-first-room --identity $1 \
    --valid-for 24h
h
I can’t find it out right now @adorable-accountant-89790 But I discovered that the participant is connected to the room but he get PeerConnection timeout. So it looks like he cannot estabilish WebRTC connection.
a
@high-exabyte-20673 Yes are you using it locally or is it deployed? Have you tried using the React Javascript client to connect?
h
@adorable-accountant-89790 It’s deployed. I only use js sdk.