callApi method

int callApi(
  1. trtc_cloud trtcCloud
)

Implementation

int callApi(
  trtc_cloud trtcCloud,
) {
  return _callApi(
    trtcCloud,
  );
}