remove_excluded_share_window method

int remove_excluded_share_window(
  1. trtc_cloud instance,
  2. tx_view window_id
)

9.9 TARGET_PLATFORM_DESKTOP

Implementation

int remove_excluded_share_window(
  trtc_cloud instance,
  tx_view window_id,
) {
  return _remove_excluded_share_window(
    instance,
    window_id,
  );
}