setRemoteRenderParams abstract method

void setRemoteRenderParams(
  1. String userId,
  2. TRTCVideoStreamType streamType,
  3. TRTCRenderParams params
)

Set the rendering mode of remote video image

The parameters that can be set include video image rotation angle, fill mode, and mirror mode.

Parameters:

Implementation

void setRemoteRenderParams(String userId, TRTCVideoStreamType streamType, TRTCRenderParams params);