@zooly/voice-chat-srv is a server-side package providing API handlers for creating and updating voice call logs. It resolves the account from auth cookies and delegates to @zooly/app-db.
@zooly/voice-chat-srvpackages/voice-chat/srv@zooly/app-db — Database access layer@zooly/types — Shared types@zooly/util — Auth utilities (getVerifiedUserInfo)createVoiceCallLogHandler(cookieHeader, agentId) — Creates a voice call logupdateVoiceCallLogHandler(id, voiceCallMessages) — Updates voice call messagesSee the Voice Chat section for the database schema, API contracts, and integration guide.