17,865
变动共计
4,581
特征
4,512
修补
32
项目
按项目过滤
所有项目17,865AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService348InitializerService299KBService74KlusterServices539MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,553kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
按类型过滤
December 1, 2025
Fixkamo-internal
在根页面上添加灰度标志背景, 而不是创建房间页面
- 添加了已存在的根/ page.tsx 的标志背景 - 显示大小为60%、灰度、中和垂直对齐的日志 - 删除错误创建/室/页.tsx
snadjafinia·9mo ago
Featurekamo-internal
添加带有灰度标志背景的房间页面
- 在/app/room/page.tsx创建了新的房间网页 - 以60%的大小添加了标志作为背景图像 - 用于背景标志的灰色比例过滤器 - 中央和纵向对齐的标志背景
snadjafinia·9mo ago
OtherKlusterServices
Update Janus TURN server configuration to use kamocrm.com:3478
snadjafinia·9mo ago
Otherkamo-internal
Add room creation to startVideoCall and startScreenShare functions
snadjafinia·9mo ago
Fixkamo-internal
Explicitly create Janus VideoRoom before joining to resolve 'No such room' error
snadjafinia·9mo ago
Otherkamo-internal
Add extensive logging to VideoRoom onmessage handler and join success callback to debug publisher subscription
snadjafinia·9mo ago
Otherkamo-internal
Fix build error - remove incomingCallId from console.log (not in scope)
snadjafinia·9mo ago
Fixkamo-internal
Improve video call connection reliability - enhanced subscription logic, ICE state handling, and publisher detection with retries
snadjafinia·9mo ago
Fixkamo-internal
Fix Janus session initialization - properly capture and validate session object
snadjafinia·9mo ago
Fixkamo-internal
Replace 'any' type with Record<string, unknown> to fix TypeScript build error
snadjafinia·9mo ago
Fixkamo-internal
Validate existing session before reuse and fix session attach method issue
snadjafinia·9mo ago
Fixkamo-internal
Fix Janus session initialization - wait for success callback before resolving
snadjafinia·9mo ago
Fixkamo-internal
Comprehensive WebRTC video call fixes - remote stream handling, modern UI, and subscription logic
snadjafinia·9mo ago
Fixkamo-internal
Handle call-answered messages, improve error logging, and fix session cleanup
snadjafinia·9mo ago
Fixkamo-internal
Move answerIncomingCall declaration before startAudioCall to fix 'used before declaration' error
snadjafinia·9mo ago
Fixkamo-internal
Move addSystemMessage declaration before useEffect that uses it - Fixes 'used before declaration' TypeScript error
snadjafinia·9mo ago
FeatureMediaService
添加同步调用检测和自动连接 - 跟踪每个会话的待接呼叫以检测同步尝试 - 当两个用户同时调用时自动解决 - 使用第一调用者的调用ID和自动接受第二调用 - 清理待接的响应/终端呼叫 - 删除重复的其他成员查询码
snadjafinia·9mo ago
FixMediaService
改进调用启动消息处理和成员查询 - 添加大量记录调用启动消息 - 简化媒体会议成员查询逻辑 - 修复在 Janus 会话创建中的错误
snadjafinia·9mo ago
FeatureMediaService
执行正确的调用启动和接受流程 - 后端向其他用户发送调用启动 WebSocket通知 - 前端处理调用启动消息并显示接通的调用 UI - 收到调用时自动打开调用聊天框 - 只有调用者显示连接状态,直到调用者接受 - 已执行的接通 呼叫适当加入呼叫
snadjafinia·9mo ago
FixMediaService
在部署中添加 Janus API 秘密作为环境变量 - 添加 JANUS API SECRET, JANUS TOKEN SECRET, 和 JANUS ADMIN SECRET env vars - 除配置图外,确保通过环境变量获取机密
snadjafinia·9mo ago
Fixkamo-internal
Set isCallActive to true when room is joined to prevent video panel from disappearing - Set isCallActive=true in join room success callback - Keeps video panel visible while ICE connection establishes - Prevents panel from disappearing when isConnecting becomes false before ICE connects
snadjafinia·9mo ago
Fixkamo-internal
Prevent premature cleanup of video call by fixing cleanup effect - Remove localStream from cleanup effect dependencies to prevent premature cleanup - Add localStreamRef to track current stream for cleanup - Keep ref in sync with state via useEffect - Fixes video call panel appearing then quickly disappearing
snadjafinia·9mo ago