This message was deleted.
# helpdesk
s
This message was deleted.
b
https://docs.livekit.io/getting-started/cli-setup/ these commands are one line but writing this was makes it look like they are seperate lines:
Copy code
livekit-cli create-token \
    --api-key devkey --api-secret secret \
    --join --room my-first-room --identity user1 \
    --valid-for 24h
Copy code
livekit-cli create-token --api-key devkey --api-secret secret --join --room my-first-room --identity user1 --valid-for 24h
https://github.com/livekit/livekit-cli/tree/v1.2.5 doesn't explain clearly what to do after
livekit-cli project add
same here:
Copy code
livekit-cli join-room \
    --url <ws://localhost:7880> \
    --api-key devkey --api-secret secret \
    --room my-first-room --identity bot-user \
    --publish-demo
Copy code
livekit-cli join-room --url <ws://localhost:7880> --api-key devkey --api-secret secret --room my-first-room --identity bot-user --publish-demo
and here: https://github.com/livekit/livekit-cli#usage
concepts should be mentioned later.https://docs.livekit.io/concepts/livekit-sfu/ first let the user experience creating their own simple video sharing asap
There should be examples for different platforms(web: js, react; native: android, ios etc) here: https://docs.livekit.io/client/connect/
It is not clear where to put this code or how to get started: https://github.com/livekit/server-sdk-js/tree/main/examples/webhooks-http