RtcVideoConfig constructor

RtcVideoConfig({
  1. VideoProfileType? profileType = VideoProfileType.Standard,
  2. bool? sourceMirror = false,
  3. VideoScalingMode? scalingMode = VideoScalingMode.Fit,
  4. bool? mirror = false,
})

Constructs a RtcVideoConfig

Implementation

RtcVideoConfig(
    {this.profileType = VideoProfileType.Standard,
    this.sourceMirror = false,
    this.scalingMode = VideoScalingMode.Fit,
    this.mirror = false});