updateRemoteView abstract method

void updateRemoteView(
  1. String userId,
  2. TRTCVideoStreamType streamType,
  3. int? viewId
)

Update remote user's video rendering control

This API can be used to update the rendering control of the remote video image. It is often used in interactive scenarios where the display area needs to be switched.

Parameters:

Implementation

void updateRemoteView(String userId, TRTCVideoStreamType streamType, int? viewId);