Discussions
Live stream with Livekit
2 months ago by Sakib
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);