stop_screen_capture method

int stop_screen_capture(
  1. trtc_cloud instance
)

9.2

Implementation

int stop_screen_capture(
  trtc_cloud instance,
) {
  return _stop_screen_capture(
    instance,
  );
}