start_local_preview method
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,
);
}
4.1 4.2 front_camera
int start_local_preview(
trtc_cloud instance,
bool front_camera,
tx_view view,
) {
return _start_local_preview(
instance,
front_camera,
view,
);
}