Rate this page:

CameraParams

Camera constraints. Hardware camera is chosen according to these settings.
Settings are specified via CameraManager.setDefaultVideoSettings and CameraManager.setCallVideoSettings.

Props

aspectRatio

Copy URL
aspectRatio: 

number

Optional. Aspect ratio.

cameraId

Copy URL
cameraId: 

string

Unique ID of camera. It can be received via the CameraManager.getInputDevices method.

facingMode

Copy URL
facingMode: 

boolean

Optional. Whether to use the front camera on a mobile device. This parameter is available only for mobile devices. We do not recommend using this parameter for desktop devices. The default value for mobile devices is true.

frameHeight

Copy URL
frameHeight: 

number

Optional. Frame height in pixels. The parameter is less prior than videoQuality.

frameRate

Copy URL
frameRate: 

number

Optional. Frames per second.

frameWidth

Copy URL
frameWidth: 

number

Optional. Frame width in pixels. The parameter is less prior than videoQuality.

strict

Copy URL
strict: 

boolean

Optional. Whether all video settings should suit each other strictly; the incorrect settings cause an error. if false, the incorrect values are changed to the best appropriate values. The default value is false.

videoQuality

Copy URL
videoQuality: 

VideoQuality

Optional. One of the video quality values. The parameter is prior than frameWidth and frameHeight parameters.