start_local_preview method

int start_local_preview(
  1. trtc_cloud instance,
  2. bool front_camera,
  3. tx_view view
)

4.1 4.2 front_camera

Implementation

int start_local_preview(
  trtc_cloud instance,
  bool front_camera,
  tx_view view,
) {
  return _start_local_preview(
    instance,
    front_camera,
    view,
  );
}