Public Access
Add Outlook Teams recording prompts
This commit is contained in:
@@ -18,6 +18,8 @@ public sealed class MeetingAssistantOptions
|
||||
|
||||
public AutomationOptions Automation { get; set; } = new();
|
||||
|
||||
public CalendarRecordingPromptOptions CalendarRecordingPrompts { get; set; } = new();
|
||||
|
||||
public ScreenshotOptions Screenshots { get; set; } = new();
|
||||
|
||||
public AgentOptions Agent { get; set; } = new();
|
||||
@@ -32,6 +34,15 @@ public sealed class AutomationOptions
|
||||
public string? RulesPath { get; set; } = "meeting-rules.local.yaml";
|
||||
}
|
||||
|
||||
public sealed class CalendarRecordingPromptOptions
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
|
||||
public TimeSpan SyncInterval { get; set; } = TimeSpan.FromMinutes(30);
|
||||
|
||||
public TimeSpan PromptWindow { get; set; } = TimeSpan.FromMinutes(5);
|
||||
}
|
||||
|
||||
public sealed class ScreenshotOptions
|
||||
{
|
||||
public string Hotkey { get; set; } = "Ctrl+Alt+S";
|
||||
|
||||
Reference in New Issue
Block a user