aboutsummaryrefslogtreecommitdiff
path: root/tests/test-video-audio-recording-quick-setup-for-calls.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(video-recording): use generic 'Built-in Audio' labelCraig Jennings2026-02-031-4/+4
| | | | | Renamed 'Built-in Laptop Audio' to 'Built-in Audio' since PCI audio devices are used on both laptops and desktops.
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+144
| | | | This reverts commit d36afc3f277b9a4228eb7b2464ec4e503695b8d4.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-144/+0
|
* a/v recording: fix setup, add test functionality and indicatorCraig Jennings2025-11-111-0/+144
Integrates a modeline indicator to display active recording status in Emacs. The indicator shows "🔴Audio", "🔴Video", or "🔴A+V" based on the active recording processes. Includes functions for starting and stopping audio/video recordings, with sentinel processes ensuring timely updates to the modeline. Also adds extensive integration tests to validate modeline synchronization.