VoiceAssistant

data class VoiceAssistant(    val agent: RemoteParticipant?,     val state: AgentState,     val audioTrack: TrackReference?,     val agentTranscriptions: List<TranscriptionSegment>,     val agentAttributes: Map<String, String>?)

Constructors

Link copied to clipboard
constructor(    agent: RemoteParticipant?,     state: AgentState,     audioTrack: TrackReference?,     agentTranscriptions: List<TranscriptionSegment>,     agentAttributes: Map<String, String>?)

Properties

Link copied to clipboard
val agent: RemoteParticipant?
Link copied to clipboard
Link copied to clipboard
val agentTranscriptions: List<TranscriptionSegment>
Link copied to clipboard
Link copied to clipboard