@@ -17,15 +17,9 @@ export { updatePeerMetadata } from './common/metadata';
1717// #region components
1818export type { VideoPreviewViewProps } from './components/VideoPreviewView' ;
1919export type { VideoRendererProps } from './components/VideoRendererView' ;
20- export type {
21- LivestreamViewerProps ,
22- LivestreamViewerRef ,
23- } from './components/LivestreamViewer' ;
2420
2521export { VideoPreviewView } from './components/VideoPreviewView' ;
2622export { VideoRendererView } from './components/VideoRendererView' ;
27- export { LivestreamViewer } from './components/LivestreamViewer' ;
28- export { LivestreamStreamer } from './components/LivestreamStreamer' ;
2923// #endregion
3024
3125// #region types for hooks
@@ -73,11 +67,7 @@ export type {
7367 ConnectionConfig ,
7468} from './hooks/useConnection' ;
7569export type { AppScreenShareData } from './hooks/useAppScreenShare' ;
76- export type { useLivestreamViewerResult } from './hooks/useLivestreamViewer' ;
77- export type { useLivestreamStreamerResult } from './hooks/useLivestreamStreamer' ;
7870export type { UseSandboxProps } from './hooks/useSandbox' ;
79- export type { LivestreamStreamerProps } from './components/LivestreamStreamer' ;
80- export type { ConnectViewerConfig } from './hooks/useLivestreamViewer' ;
8171// #endregion
8272
8373// #region hooks
@@ -93,8 +83,6 @@ export { usePeers } from './hooks/usePeers';
9383export { useForegroundService } from './hooks/useForegroundService' ;
9484export { useConnection } from './hooks/useConnection' ;
9585export { useUpdatePeerMetadata } from './hooks/useUpdatePeerMetadata' ;
96- export { useLivestreamViewer } from './hooks/useLivestreamViewer' ;
97- export { useLivestreamStreamer } from './hooks/useLivestreamStreamer' ;
9886export { useSandbox } from './hooks/useSandbox' ;
9987export {
10088 cameras ,
0 commit comments