Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CameraCapturerConfiguration

The definition of CameraCapturerConfiguration.

Hierarchy

  • CameraCapturerConfiguration

Index

Constructors

constructor

Properties

Optional cameraDirection

cameraDirection: CameraDirection

The camera direction.

Optional captureHeight

captureHeight: undefined | number

The height (px) of the video image captured by the local camera. To customize the height of the video image, set preference as Manual first, and then use captureHeight.

since

v3.3.1.

Optional captureWidth

captureWidth: undefined | number

The width (px) of the video image captured by the local camera. To customize the width of the video image, set preference as Manual first, and then use captureWidth.

since

v3.3.1.

Optional preference

The camera capture preference.

Generated using TypeDoc