Public Access
Archive meeting workflow and screenshot changes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MeetingAssistant.Screenshots;
|
||||
|
||||
public sealed class UnavailableActiveWindowScreenshotCapture : IActiveWindowScreenshotCapture
|
||||
{
|
||||
public Task<ActiveWindowScreenshot> CaptureAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
throw new PlatformNotSupportedException("Active-window screenshot capture is only available on Windows.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user