Skip to content

TypeScript SDK Reference / VideoSettings

Interface: VideoSettings

Defines the video settings of the attached video element. These settings reflect the current configuration of the camera stream.

Properties

height

readonly height: number

Height of the video stream in pixels.


transformX

readonly transformX: TransformXStyle

CSS transform style applied to the video for mirroring/flipping.


videoId

readonly videoId: string

Unique identifier for the video element.


width

readonly width: number

Width of the video stream in pixels.