VideoSettingsRequest constructor
VideoSettingsRequest({
- bool? accessRequestEnabled,
- bool? cameraDefaultOn,
- VideoSettingsRequestCameraFacingEnum? cameraFacing,
- bool? enabled,
- TargetResolution? targetResolution,
Returns a new VideoSettingsRequest instance.
Implementation
VideoSettingsRequest({
this.accessRequestEnabled,
this.cameraDefaultOn,
this.cameraFacing,
this.enabled,
this.targetResolution,
});