removeIncludedShareWindow abstract method

void removeIncludedShareWindow(
  1. int windowID
)

Remove specified windows from the inclusion list of screen sharing (for desktop systems only)

This API takes effect only if the type in TRTCScreenCaptureSourceInfo is specified as TRTCScreenCaptureSourceTypeWindow. That is, the feature of additionally including specified windows works only when a window is shared.

Parameters:

  • windowID(int):
    • Window to be shared (window ID on macOS or HWND on Windows).

Implementation

void removeIncludedShareWindow(int windowID);