LiveKitVoiceConnection

class LiveKitVoiceConnection(val roomName: String, val token: String, val endpoint: String) : VoiceConnection

Connection details for joining a LiveKit voice room.

Constructors

Link copied to clipboard
constructor(roomName: String, token: String, endpoint: String)

Properties

Link copied to clipboard

The WebSocket endpoint URL of the LiveKit server.

Link copied to clipboard

The name of the LiveKit room to join.

Link copied to clipboard

The authentication token granting access to the room.

Link copied to clipboard
open override val voiceProvider: VoiceProvider

The voice infrastructure provider for this connection.