enable_small_video_stream method

int enable_small_video_stream(
  1. trtc_cloud instance,
  2. bool enable,
  3. trtc_video_enc_param_t param
)

4.20

Implementation

int enable_small_video_stream(
  trtc_cloud instance,
  bool enable,
  trtc_video_enc_param_t param,
) {
  return _enable_small_video_stream(
    instance,
    enable,
    param,
  );
}