RtcVideoView constructor

const RtcVideoView(
  1. RtcVideoRenderer renderer, {
  2. Key? key,
  3. MediaSourceKind source = MediaSourceKind.device,
  4. BorderRadius? borderRadius,
  5. bool enableContextMenu = true,
  6. BoxFit? fit,
  7. Border? border,
  8. bool respectAspectRatio = false,
  9. bool offstageUntilDetermined = false,
  10. Function? onSizeDetermined,
  11. Widget framelessBuilder()?,
})

Implementation

const RtcVideoView(
  this.renderer, {
  super.key,
  this.source = MediaSourceKind.device,
  this.borderRadius,
  this.enableContextMenu = true,
  this.fit,
  this.border,
  this.respectAspectRatio = false,
  this.offstageUntilDetermined = false,
  this.onSizeDetermined,
  this.framelessBuilder,
});