startPlayRemoteVideo method

void startPlayRemoteVideo(
  1. String userId,
  2. TUIVideoStreamType type,
  3. TUIPlayCallback? playCallback
)

Implementation

void startPlayRemoteVideo(String userId, TUIVideoStreamType type, TUIPlayCallback? playCallback) {
  liveService.startPlayRemoteVideo(userId, type, playCallback);
}