UNPKG

voicebot-react-native-expo

Version:

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

9 lines 293 B
import { TrackReferenceOrPlaceholder } from '@livekit/components-core'; /** * @internal */ export declare function useTrackSyncTime(ref: TrackReferenceOrPlaceholder | undefined): { timestamp: number; rtpTimestamp: number | undefined; }; //# sourceMappingURL=useTrackSyncTime.d.ts.map