send_custom_audio_data method

int send_custom_audio_data(
  1. trtc_cloud instance,
  2. trtc_audio_frame_t frame
)

10.4

Implementation

int send_custom_audio_data(
  trtc_cloud instance,
  trtc_audio_frame_t frame,
) {
  return _send_custom_audio_data(
    instance,
    frame,
  );
}