This message was deleted.
# announcements
s
This message was deleted.
e
Assuming javascript:
Copy code
const room = new LiveKit.Room()
await room.connect(serverUrl, token)
There's a full working example here: https://github.com/livekit/client-sdk-js
🙏 1