Skip to content

Commit

Permalink
Fix typo in useSpeakingParticipants autogen doc (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisackermann authored Dec 2, 2024
1 parent 260d6b3 commit 5c398b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/hooks/useSpeakingParticipants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useRoomContext } from '../context';
import { useObservableState } from './internal';

/**
* The `useSpeakingParticipants` hook returns the only the active speakers of all participants.
* The `useSpeakingParticipants` hook returns only the active speakers of all participants.
*
* @example
* ```tsx
Expand Down

0 comments on commit 5c398b8

Please sign in to comment.