screenCaptureInfoUpdated property

OnScreenCaptureInfoUpdated? screenCaptureInfoUpdated
getter/setter pair

Occurs when the screen sharing information is updated. When you call startScreenCaptureByDisplayId or startScreenCaptureByScreenRect to start screen sharing and use the excludeWindowList attribute to block the specified window, the SDK triggers this callback if the window blocking fails. This callback is for Windows only.

Param info Screen sharing information. See ScreenCaptureInfo .

Implementation

OnScreenCaptureInfoUpdated? screenCaptureInfoUpdated;