Skip to content

Commit 2d3736a

Browse files
authored
Update agent component compatibility comments (#982)
1 parent 22fa65e commit 2d3736a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react/src/components/participant/BarVisualizer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const getSequencerInterval = (
6161
* If the `state` prop is set, it automatically transitions between VoiceAssistant states.
6262
* @beta
6363
*
64-
* @remarks For VoiceAssistant state transitions this component requires a voice assistant agent running with livekit-agents \>= 0.8.11
64+
* @remarks For VoiceAssistant state transitions this component requires a voice assistant agent running with livekit-agents \>= 0.9.0
6565
*
6666
* @example
6767
* ```tsx

packages/react/src/hooks/useVoiceAssistant.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const state_attribute = 'lk.agent.state';
3434

3535
/**
3636
* This hook looks for the first agent-participant in the room.
37-
* @remarks This hook requires an agent running with livekit-agents \>= 0.8.11
37+
* @remarks This hook requires an agent running with livekit-agents \>= 0.9.0
3838
* @example
3939
* ```tsx
4040
* const { state, audioTrack, agentTranscriptions, agentAttributes } = useVoiceAssistant();

0 commit comments

Comments
 (0)