VirtualBackgroundThumbnail

public struct VirtualBackgroundThumbnail

A data type represents the thumbnail of a Virtual Background (empty in case of none and blur).

Since

3.2.0
  • The Name of the thumbnail.

    Since

    3.2.0

    Declaration

    Swift

    public internal(set) var name: String { get }
  • The Data of the thumbnail.

    Since

    3.2.0

    Declaration

    Swift

    public internal(set) var thumbnail: Data? { get }