Commit graph

2 commits

Author SHA1 Message Date
de54903c15
new file: astro-site/src/components/auth/SupabaseLogin.jsx
new file:   astro-site/src/components/auth/SupabaseLogin.jsx
2026-02-03 09:09:36 +00:00
6dd4751ba9
Phase 4: Voice & Video Calls - Complete WebRTC Implementation
- Database schema: Extended calls/call_participants tables, added turn_credentials
- Backend: callService (390+ lines), 7 REST API endpoints, WebSocket signaling
- Frontend: WebRTC manager utility, Call React component with full UI
- Features: 1-on-1 calls, group calls, screen sharing, media controls
- Security: TURN credentials with HMAC-SHA1, 24-hour TTL
- Documentation: PHASE4-CALLS.md with complete setup guide
- Testing: Server running successfully with all routes loaded
2026-01-10 05:20:08 +00:00