methods/whiteboard_methods/capture_canvas_stream library

Classes

ScreenAnnotationCapture
Stub implementation for non-web platforms.

Constants

captureCanvasStreamFunction → const CaptureCanvasStreamType
Type definition for the captureCanvasStream function. This is exported for type safety when passing the function as a parameter.

Functions

captureCanvasStream(CaptureCanvasStreamOptions options) Future<void>
Captures the canvas stream and handles the transport connection for whiteboard streaming.
isWebCanvasCaptureSupported() bool
Check if web canvas capture is supported (always false on non-web).