TogetherModeStreamOptions interface
Interface representing the result of a Together Mode stream view.
- Extends
Properties
view |
The kind of together mode view to be created. Default is 'main'. |
Inherited Properties
is |
Whether the video stream is mirrored or not |
scaling |
Scaling mode. It can be |
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