Keep recording startup independent of dictation words
PR and Push Build/Test / build-and-test (push) Failing after 8m52s

This commit is contained in:
DEEUSEW\DESCMANU
2026-06-02 13:27:10 +02:00
parent 0e9d525b63
commit 8a0b302f1d
8 changed files with 191 additions and 12 deletions
@@ -130,6 +130,8 @@ public sealed class RecordingOptions
public TimeSpan OpenMeetingNoteDelay { get; set; } = TimeSpan.FromSeconds(1);
public TimeSpan DictationWordsReadTimeout { get; set; } = TimeSpan.FromSeconds(2);
public string TemporaryRecordingsFolder { get; set; } = @"%LOCALAPPDATA%\MeetingAssistant\Recordings";
public RecordingInactivitySafeguardOptions InactivitySafeguard { get; set; } = new();