17,989
Total Changes
4,649
Features
4,558
Fixes
32
Projects
Filter by project
All Projects17,989AIService112APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService386InitializerService302KBService74KlusterServices547MCPGatewayService43MediaService462RAGService61SecurityService1,529TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,601kamo-login319kamo-marketing588kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,328kamo-signer-monorepo50kamolos102
Filter by type
December 1, 2025
Otherkamo-internal
Fix publisher detection - wait for configured event and filter by publisher:true
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
Otherkamo-internal
Add extensive logging to answerIncomingCall to debug why calls don't connect when answered
snadjafinia·9mo ago
Otherkamo-internal
Fix connecting state - clear isConnecting after publisher established even without remote peer
snadjafinia·9mo ago
Otherkamo-internal
Fix session validation in subscribeToPublisher - ensure session has attach method before use
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
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
Fixkamo-internal
Use handleRemoteJsep instead of send for streaming answer JSEP - Replace handle.send with handleRemoteJsep after creating streaming answer - handleRemoteJsep is the correct method for sending JSEP after createAnswer - Fixes TypeScript error about missing message property in PluginMessage
snadjafinia·9mo ago
Fixkamo-internal
Remove unsupported audioRecv/videoRecv from VideoRoom createAnswer - Remove audioRecv and videoRecv properties from deprecated media object - These properties are not supported by the Janus type definition - Receiving capabilities are negotiated automatically via SDP
snadjafinia·9mo ago
Fixkamo-internal
Remove deprecated media properties from createAnswer calls - Remove media property with audioRecv/videoRecv from subscriber createAnswer - Remove media property from streaming plugin createAnswer - createAnswer automatically handles receiving based on the offer JSEP
snadjafinia·9mo ago
Fixkamo-internal
Replace 'any' types with proper TypeScript types in useWebRTC and ChatDock - Replace all 'any' types with Record<string, unknown>, RTCSessionDescriptionInit, string | Error, etc. - Fix ChatDock message type to use proper interface instead of 'any' - Fix unused parameter warnings by prefixing with underscore
snadjafinia·9mo ago
November 30, 2025
Featurekamo-internal
Auto-open chat window when receiving messages from another user - unminimize if minimized, open if closed
snadjafinia·9mo ago
Fixkamo-internal
Remove useEffect dependencies causing connection to abort - empty dependency array so effect only runs once on mount
snadjafinia·9mo ago
Fixkamo-internal
Remove invalid SockJS.OPEN constants causing TypeScript build error
snadjafinia·9mo ago
Otherkamo-internal
Add extensive SockJS connection error logging to diagnose connection failures
snadjafinia·9mo ago
Featurekamo-internal
Add EXTENSIVE logging to useChatWebSocket hook and ChatBox component - every single step logged
snadjafinia·9mo ago
Fixkamo-internal
WebSocket connection - use public domain kamocrm.com:8443 instead of private IP
- Use public domain with port 8443 (e.g., kamocrm.com:8443) - Public address forwards to NodePort 30843 on private IP 192.168.42.191 - Extracts base domain from...
snadjafinia·9mo ago
Like what you see shipping?
Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.