You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an Omi device disconnects during an active recording, the app doesn't handle the disconnection gracefully. The recording data could be lost without user notification.
Problem
When an Omi device disconnects during an active recording, the app doesn't handle the disconnection gracefully. The recording data could be lost without user notification.
Location:
lib/services/omi/omi_capture_service.dart:162-168Expected Behavior
When device disconnects mid-recording:
Suggested Implementation
Benefits
Priority
High - Affects user data integrity
Related