PipConfiguration
Configuration information specific to Picture-in-Picture (PiP) layout, for server-side composition.
Types
Properties
This attribute name identifies the featured slot. A participant with this attribute set to "true"
(as a string value) in ParticipantTokenConfiguration is placed in the featured slot. Default: ""
(no featured participant).
Determines whether to omit participants with stopped video in the composition. Default: false
.
Defines PiP behavior when all participants have left: STATIC
(maintains original position/size) or DYNAMIC
(expands to full composition). Default: STATIC
.
Specifies the participant for the PiP window. A participant with this attribute set to "true"
(as a string value) in ParticipantTokenConfiguration is placed in the PiP slot. Default: ""
(no PiP participant).
Determines the corner position of the PiP window. Default: BOTTOM_RIGHT
.
Defines how video content fits within the participant tile: FILL
(stretched), COVER
(cropped), or CONTAIN
(letterboxed). Default: COVER
.