voicebot-react-native-expo
Version:
This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo
12 lines (10 loc) • 440 B
text/typescript
// import type { Participant, Track } from 'livekit-client';
// import { useTrackRefBySourceOrName } from './useTrackRefBySourceOrName';
// import { useEnsureParticipant } from '../context';
/**
* TODO decide whether we want to expose this
*/
// function useTrack(source: Track.Source, participant?: Participant) {
// const p = useEnsureParticipant(participant);
// return useTrackRefBySourceOrName({ source, participant: p });
// }