Files
OwnCord/Client
jevb dcea5bc0ab fix: device switching, DM highlight, WebRTC error toast, close false positives (BUG-031, BUG-032, BUG-033, BUG-034, BUG-035, BUG-036)
- BUG-031: Add switchInputDevice/switchOutputDevice to voiceSession;
  VoiceAudioTab now applies device changes to active WebRTC session.
- BUG-032: Closed as false positive — channel WS handlers already wired
  in dispatcher.ts:173-200.
- BUG-033: Closed as false positive — member WS handlers already wired
  in dispatcher.ts:219-229.
- BUG-034: Closed as false positive — InviteManager filter runs inside
  .then(), not before promise resolves.
- BUG-035: DmSidebar click handler now toggles .active class on items.
- BUG-036: Add setOnError callback to voiceSession; MainPage wires it
  to toast for WebRTC failure feedback.
2026-03-18 06:45:05 +01:00
..