Cesar Mendivil 78e83b46dd feat: Implement main Studio component with user authentication and connection handling
feat: Create BroadcastStudio component as the main UI container for broadcasting

feat: Develop ControlPanel component for managing broadcast controls and layouts

feat: Add LiveKitBroadcastWrapper to encapsulate LiveKitRoom and manage broadcasting

feat: Implement StreamView component for rendering video output with overlays and layouts

feat: Create SceneContext for managing scene configurations and layouts

chore: Update index exports for broadcast components
2025-11-07 23:22:35 -07:00

6 lines
295 B
TypeScript

export { default as BroadcastStudio } from './BroadcastStudio'
export { default as StreamView } from './StreamView'
export { default as ControlPanel } from './ControlPanel'
export { default as LiveKitBroadcastWrapper } from './LiveKitBroadcastWrapper'
export * from '../../context/SceneContext'