VirtualBackground

public struct VirtualBackground

A data type represents the Virtual Background.

Since

3.2.0
  • id

    The id of the Virtual Background.

    Since

    3.2.0

    Declaration

    Swift

    public internal(set) var id: String { get }
  • true if selected else false.

    Since

    3.2.0

    Declaration

    Swift

    public internal(set) var isActive: Bool { get }
  • The Type of the Virtual Background.

    Since

    3.2.0

    Declaration

    Swift

    public internal(set) var type: VirtualBackgroundType { get }
  • The Thumbnail of the Virtual Background.

    Since

    3.2.0

    Declaration

    Swift

    public internal(set) var thumbnail: VirtualBackgroundThumbnail { get }