Share via


TogetherModeStreamOptions interface

Interface representing the result of a Together Mode stream view.

Extends

Properties

viewKind

The kind of together mode view to be created. Default is 'main'.

Inherited Properties

isMirrored

Whether the video stream is mirrored or not

scalingMode

Scaling mode. It can be Stretch, Crop or Fit

Property Details

viewKind

The kind of together mode view to be created. Default is 'main'.

viewKind?: "main" | "panoramic"

Property Value

"main" | "panoramic"

Inherited Property Details

isMirrored

Whether the video stream is mirrored or not

isMirrored?: boolean

Property Value

boolean

Inherited From VideoStreamOptions.isMirrored

scalingMode

Scaling mode. It can be Stretch, Crop or Fit

scalingMode?: ViewScalingMode

Property Value

Inherited From VideoStreamOptions.scalingMode