VirtualBackground
public struct VirtualBackground
A data type represents the Virtual Background.
Since
3.2.0-
The id of the Virtual Background.
Since
3.2.0Declaration
Swift
public internal(set) var id: String { get }
-
true if selected else false.
Since
3.2.0Declaration
Swift
public internal(set) var isActive: Bool { get }
-
The Type of the Virtual Background.
Since
3.2.0Declaration
Swift
public internal(set) var type: VirtualBackgroundType { get }
-
The Thumbnail of the Virtual Background.
Since
3.2.0Declaration
Swift
public internal(set) var thumbnail: VirtualBackgroundThumbnail { get }