Skip to content

Commit

Permalink
Do not export hook, SDK use only
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Sep 26, 2023
1 parent 684fac0 commit 84c260e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
useVerticalScrollPosition,
} from '../../../hooks';
import clsx from 'clsx';
import { useCalculateHardLimit } from '../../hooks';
import { useCalculateHardLimit } from '../../hooks/useCalculateHardLimit';

export type SpeakerLayoutProps = {
ParticipantViewUISpotlight?: ParticipantViewProps['ParticipantViewUI'];
Expand Down
1 change: 0 additions & 1 deletion packages/react-sdk/src/core/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ export * from './useAudioPublisher';
export * from './useDevices';
export * from './useVideoPublisher';
export * from './useTrackElementVisibility';
export * from './useCalculateHardLimit';

0 comments on commit 84c260e

Please sign in to comment.