setSubStreamEncoderParam abstract method

void setSubStreamEncoderParam(
  1. TRTCVideoEncParam param
)

Set the video encoding parameters of screen sharing (i.e., substream) (for desktop and mobile systems)

This API can set the image quality of screen sharing (i.e., the substream) viewed by remote users, which is also the image quality of screen sharing in on-cloud recording files.

Please note the differences between the following two APIs:

Parameters:

Implementation

void setSubStreamEncoderParam(TRTCVideoEncParam param);