enable_custom_video_capture method

int enable_custom_video_capture(
  1. trtc_cloud instance,
  2. int stream_ype,
  3. bool enable
)

10.1

Implementation

int enable_custom_video_capture(
  trtc_cloud instance,
  int stream_ype,
  bool enable,
) {
  return _enable_custom_video_capture(
    instance,
    stream_ype,
    enable,
  );
}