send_custom_video_data method

int send_custom_video_data(
  1. trtc_cloud instance,
  2. int stream_type,
  3. trtc_video_frame_t frame
)

10.2

Implementation

int send_custom_video_data(
  trtc_cloud instance,
  int stream_type,
  trtc_video_frame_t frame,
) {
  return _send_custom_video_data(
    instance,
    stream_type,
    frame,
  );
}