stopRemoteView abstract method

void stopRemoteView(
  1. String userId,
  2. TRTCVideoStreamType streamType
)

Stop subscribing to remote user's video stream and release rendering control

Calling this API will cause the SDK to stop receiving the user's video stream and release the decoding and rendering resources for the stream.

Parameters:

Implementation

void stopRemoteView(String userId, TRTCVideoStreamType streamType);