UNPKG

voicebot-react-native-expo

Version:

This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo

7 lines 295 B
import { Participant } from 'livekit-client'; /** * The `useSortedParticipants` hook returns the participants sorted by importance. * @public */ export declare function useSortedParticipants(participants: Array<Participant>): Participant[]; //# sourceMappingURL=useSortedParticipants.d.ts.map