stopPlayRemoteVideo method

void stopPlayRemoteVideo(
  1. String userId,
  2. TUIVideoStreamType type
)

Implementation

void stopPlayRemoteVideo(String userId, TUIVideoStreamType type) {
  liveService.stopPlayRemoteVideo(userId, type);
}