voicebot-react-native-expo
Version:
This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo
14 lines • 539 B
TypeScript
import { TrackReferenceOrPlaceholder } from '@livekit/components-core';
import { LayoutContextType } from '../context';
/**
* The `usePinnedTracks` hook returns a array of the pinned tracks of the current room.
* @remarks
* To function properly, this hook must be called within a `LayoutContext`.
* @example
* ```tsx
* const pinnedTracks = usePinnedTracks();
* ```
* @public
*/
export declare function usePinnedTracks(layoutContext?: LayoutContextType): TrackReferenceOrPlaceholder[];
//# sourceMappingURL=usePinnedTracks.d.ts.map