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
6 lines
295 B
TypeScript
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'
|