We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260d6b3 commit 5c398b8Copy full SHA for 5c398b8
packages/react/src/hooks/useSpeakingParticipants.ts
@@ -4,7 +4,7 @@ import { useRoomContext } from '../context';
4
import { useObservableState } from './internal';
5
6
/**
7
- * The `useSpeakingParticipants` hook returns the only the active speakers of all participants.
+ * The `useSpeakingParticipants` hook returns only the active speakers of all participants.
8
*
9
* @example
10
* ```tsx
0 commit comments