Function getVirtualBackgroundStatus
- getVirtualBackgroundStatus(): {
id: string;
isLock: boolean;
isVbOn: boolean;
vbList: VbImageInfoType[];
} Returns {
id: string;
isLock: boolean;
isVbOn: boolean;
vbList: VbImageInfoType[];
}
id: string
isLock: boolean
isVbOn: boolean
Gets the current status of the virtual background setting.