47b35b9cafa17a84191dd41e8dbe1aea33cff510
After testing, discovered that temporary tokens from grantToken() fail with WebSocket connections. Switched to using API key directly, which is the standard approach for client-side Deepgram WebSocket connections. Changes: - Simplified voice-token route to return API key directly - Added comprehensive logging to MicrophoneRecorder for debugging - Documented security considerations and mitigation strategies - Verified working end-to-end voice transcription This matches Deepgram's official Next.js starter pattern and is the recommended approach for client-side real-time transcription. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided