setRemoteRenderParams abstract method
- String userId,
- TRTCVideoStreamType streamType,
- 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:
- params(TRTCRenderParams):
- Video image rendering parameters.
- streamType(TRTCVideoStreamType):
- It can be set to the primary stream image (TRTCVideoStreamType.big) or substream image (TRTCVideoStreamType.sub).
- userId(String):
- ID of the specified remote user.
Implementation
void setRemoteRenderParams(String userId, TRTCVideoStreamType streamType, TRTCRenderParams params);