regulatedCaptureFrameWidth property

  1. @JsonKey(name: 'regulatedCaptureFrameWidth')
int? regulatedCaptureFrameWidth
final

The width (px) adjusted by the built-in video capture adapter (regulator) of the SDK for capturing the local video stream. The regulator adjusts the height and width of the video captured by the camera according to the video encoding configuration.

Implementation

@JsonKey(name: 'regulatedCaptureFrameWidth')
final int? regulatedCaptureFrameWidth;