# video-conference-system **Repository Path**: batype/video-conference-system ## Basic Information - **Project Name**: video-conference-system - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-13 - **Last Updated**: 2025-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```json { "package.json": "项目配置文件", "webpack.config.js": "Webpack配置", "postcss.config.js": "PostCSS配置", "tailwind.config.js": "Tailwind配置", "index.html": "HTML模板", "src/styles/index.css": "项目样式文件", "src/index.jsx": "应用入口", "src/App.jsx": "应用主组件", "src/components/ConferenceRoom.jsx": "会议室主组件", "src/components/TopBar.jsx": "顶部导航栏", "src/components/VideoGrid.jsx": "视频网格组件", "src/components/VideoTile.jsx": "视频卡片组件", "src/components/ControlBar.jsx": "控制栏组件", "src/components/SidePanel.jsx": "侧边面板组件", "src/components/ChatPanel.jsx": "聊天面板", "src/components/ParticipantsPanel.jsx": "参会人员面板", "src/components/NotesPanel.jsx": "会议记录面板", "src/components/ScreenShareSelector.jsx": "屏幕共享选择器", "src/components/ScreenShareView.jsx": "屏幕共享视图", "src/utils/webrtc.js": "WebRTC管理器", "src/utils/signaling.js": "信令服务", "server/index.js": "后端服务器", "src/components/JoinMeeting.jsx": "加入会议页面", "src/components/CreateMeeting.jsx": "创建会议页面" } ```