Class GridConfiguration

    • Method Detail

      • featuredParticipantAttribute

        public final String featuredParticipantAttribute()

        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.

        Returns:
        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.
      • gridGap

        public final Integer gridGap()

        Specifies the spacing between participant tiles in pixels. Default: 2.

        Returns:
        Specifies the spacing between participant tiles in pixels. Default: 2.
      • omitStoppedVideo

        public final Boolean omitStoppedVideo()

        Determines whether to omit participants with stopped video in the composition. Default: false.

        Returns:
        Determines whether to omit participants with stopped video in the composition. Default: false.
      • videoFillMode

        public final VideoFillMode videoFillMode()

        Defines how video fits within the participant tile. When not set, videoFillMode defaults to COVER fill mode for participants in the grid and to CONTAIN fill mode for featured participants.

        If the service returns an enum value that is not available in the current SDK version, videoFillMode will return VideoFillMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from videoFillModeAsString().

        Returns:
        Defines how video fits within the participant tile. When not set, videoFillMode defaults to COVER fill mode for participants in the grid and to CONTAIN fill mode for featured participants.
        See Also:
        VideoFillMode
      • videoFillModeAsString

        public final String videoFillModeAsString()

        Defines how video fits within the participant tile. When not set, videoFillMode defaults to COVER fill mode for participants in the grid and to CONTAIN fill mode for featured participants.

        If the service returns an enum value that is not available in the current SDK version, videoFillMode will return VideoFillMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from videoFillModeAsString().

        Returns:
        Defines how video fits within the participant tile. When not set, videoFillMode defaults to COVER fill mode for participants in the grid and to CONTAIN fill mode for featured participants.
        See Also:
        VideoFillMode
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)