Voice Assistant
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>?)