BRTCCloudVideoView constructor

BRTCCloudVideoView({
  1. Key? key,
  2. String? viewType,
  3. BRTCVideoParams? videoParam,
  4. ValueChanged<int>? onViewCreated,
  5. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
})

Implementation

BRTCCloudVideoView({Key? key,
  this.viewType,
  this.videoParam,
  this.onViewCreated,
  this.gestureRecognizers})
    : super(key: key);