Voice Assistant
class VoiceAssistant(agent: State<RemoteParticipant?>, state: State<AgentState?>, audioTrack: State<TrackReference?>, agentTranscriptions: State<List<TextStreamData>>, agentAttributes: State<Map<String, String>>)
Constructors
Link copied to clipboard
constructor(agent: State<RemoteParticipant?>, state: State<AgentState?>, audioTrack: State<TrackReference?>, agentTranscriptions: State<List<TextStreamData>>, agentAttributes: State<Map<String, String>>)