mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
- 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.