[QA] Desktop-only call features sweep (no-sleep, taskbar thumbbar, SMTC/media keys, global PTT/deafen hotkeys, tray call state) #20

Open
opened 2026-09-19 00:37:30 -04:00 by jared · 0 comments
Owner

The web-side call features are verified headless (cinny #173/#174). These only exist in the Tauri build and need a Windows machine — one pass, tick each:

  • No-sleep during a call: display/system stay awake for 20+ min in a call with the idle timeout set to 5 min; released after End (check powercfg /requests shows the entry only while in a call)
  • Taskbar thumbnail toolbar: mute / deafen / hang-up buttons appear while in a call, act on the call, and their icons/tooltips track live state (see #7)
  • SMTC / media keys: the call shows in the Windows media overlay; Play/Pause key toggles mute (or whatever we map) and doesn't fight Spotify
  • Global hotkeys (Settings → Calls → "Keep PTT and Push to Deafen working while another app has focus"): PTT and deafen keys work while a game has focus; keys are NOT swallowed for the game; nothing fires outside a call; the new Push-to-Deafen on/off switch is respected; only safe keys (F-keys, numpad, …) bind globally
  • Tray: icon reflects in-call / muted / deafened (#4); tray menu mute/deafen/leave work
  • Rich toast for an incoming DM call: Answer/Reject from the toast
  • Sleep/resume with a call open: call reconnects or shows the reconnect UI, no ghost membership left for others

Related: #2, #4, #7, #11, #12, #19.

The web-side call features are verified headless (cinny #173/#174). These only exist in the Tauri build and need a Windows machine — one pass, tick each: - [ ] **No-sleep during a call**: display/system stay awake for 20+ min in a call with the idle timeout set to 5 min; released after End (check `powercfg /requests` shows the entry only while in a call) - [ ] **Taskbar thumbnail toolbar**: mute / deafen / hang-up buttons appear while in a call, act on the call, and their icons/tooltips track live state (see #7) - [ ] **SMTC / media keys**: the call shows in the Windows media overlay; Play/Pause key toggles mute (or whatever we map) and doesn't fight Spotify - [ ] **Global hotkeys** (Settings → Calls → "Keep PTT and Push to Deafen working while another app has focus"): PTT and deafen keys work while a game has focus; keys are NOT swallowed for the game; nothing fires outside a call; the new Push-to-Deafen on/off switch is respected; only safe keys (F-keys, numpad, …) bind globally - [ ] **Tray**: icon reflects in-call / muted / deafened (#4); tray menu mute/deafen/leave work - [ ] **Rich toast** for an incoming DM call: Answer/Reject from the toast - [ ] **Sleep/resume** with a call open: call reconnects or shows the reconnect UI, no ghost membership left for others Related: #2, #4, #7, #11, #12, #19.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/cinny-desktop#20