show_debug_view method

int show_debug_view(
  1. trtc_cloud instance,
  2. int show_type
)

13.7

Implementation

int show_debug_view(
  trtc_cloud instance,
  int show_type,
) {
  return _show_debug_view(
    instance,
    show_type,
  );
}