voicebot-react-native-expo
Version:
This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo
11 lines • 344 B
TypeScript
/**
* The `useSpeakingParticipants` hook returns the only the active speakers of all participants.
*
* @example
* ```tsx
* const activeSpeakers = useSpeakingParticipants();
* ```
* @public
*/
export declare function useSpeakingParticipants(): import('livekit-client').Participant[];
//# sourceMappingURL=useSpeakingParticipants.d.ts.map