• Gets the current status of the virtual background setting.

    Returns {
        id: string;
        isLock: boolean;
        isVbOn: boolean;
        vbList: VbImageInfoType[];
    }