Hi there! I am using the latest client SDK for Windows and am noticing that I am unable to set virtual backgrounds. I am passing a IVirtualBGImageInfo* called info that I received from GetBGImageList(), and I call
SDKInterfaceWrap::GetInst().GetSettingService()->GetVirtualBGSettings()->UseBGImage(info);
which returns SDK SUCCESS
yet the background does not change to the image indicated by info->GetImageName()
I also tried summoning the BG management window when calling this command, it it still returned success but did not change the image. Any ideas?