VideoSettingsRequest constructor

VideoSettingsRequest({
  1. bool? accessRequestEnabled,
  2. bool? cameraDefaultOn,
  3. VideoSettingsRequestCameraFacingEnum? cameraFacing,
  4. bool? enabled,
  5. TargetResolution? targetResolution,
})

Returns a new VideoSettingsRequest instance.

Implementation

VideoSettingsRequest({
  this.accessRequestEnabled,
  this.cameraDefaultOn,
  this.cameraFacing,
  this.enabled,
  this.targetResolution,
});