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
readonlyheight:number
Height of the video stream in pixels.
transformX
readonlytransformX:TransformXStyle
CSS transform style applied to the video for mirroring/flipping.
videoId
readonlyvideoId:string
Unique identifier for the video element.
width
readonlywidth:number
Width of the video stream in pixels.