This message was deleted.
# helpdesk
s
This message was deleted.
m
@gray-photographer-38040 websocket is a different protocol from http, and thus doesn’t serve html content. This is why you can’t see anything useful happen when you try to load the contents of the URL directly. That ws://… URL works with the connect method in one of the LiveKit client SDKs to start or join a room hosted by LiveKit server. See this for more info: https://docs.livekit.io/guides/getting-started/
g
oooh okay, so i have to use the LiveKit Client SDK to connect to the ws://url . please am I right?
m
Yes, you’ll also need to generate an access token (or two if you want to test multiple people together in a room)
g
okay, do you mean i have to generate access token for each user joining a room??
m
yes
g
Thanks for you instruction... have being able to test it on this page https://example.livekit.io/#/ and it work well. am genuinely gratefull for your help
❤️ 1
🙌 1
m
Wonderful news! I’m happy to help! :)
g
another quick question sir, how do i connect my fluter client sdk to my node server side???
m
Can you clarify what you mean by “node server side”? Do you mean LiveKit server? Or do you mean your own, separate Node.js backend?