Discussions

Ask a Question
Back to All

Live stream with Livekit

How can other participants can join the same stream? i am connecting the initial session url and access token to connect other in same stream. is it the correct approach?


// Connect to LiveKit
room = new LivekitClient.Room()
// await room.prepareConnection(livekitServerUrl, token);

await room.connect(url, access_token);