setLocalRenderParams abstract method

void setLocalRenderParams(
  1. TRTCRenderParams params
)

Set the rendering parameters of local video image

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

Parameters:

Implementation

void setLocalRenderParams(TRTCRenderParams params);