VideoStreamOptions interface

Options to control how video streams are rendered.

Properties

isMirrored

Whether the video stream is mirrored or not

scalingMode

Scaling mode. It can be Stretch, Crop or Fit

Property Details

isMirrored

Whether the video stream is mirrored or not

isMirrored?: boolean

Property Value

boolean

scalingMode

Scaling mode. It can be Stretch, Crop or Fit

scalingMode?: ViewScalingMode

Property Value