feat: is screencast active

This commit is contained in:
amhsirak
2025-03-06 05:06:58 +05:30
parent 9798631c16
commit c8a10c5230

View File

@@ -112,6 +112,7 @@ export class RemoteBrowser {
private screenshotQueue: Buffer[] = [];
private isProcessingScreenshot = false;
private screencastInterval: NodeJS.Timeout | null = null
private isScreencastActive: boolean = false;
/**
* Initializes a new instances of the {@link Generator} and {@link WorkflowInterpreter} classes and