I am building a Zoom bot using the Linux meetingsdk-headless-linux-sample. I was previously using a version from April this year but recently decided to update to the latest version. And ported over all of my custom code parts, and changes but when I run it I get: QImage::scaleWidth: Image is a null image
The bot joins the meeting perfectly fine, but I get this error as soon as it joins. It comes up immediately after the MEETING_STATUS_INMEETING is received. I am not sure what is causing this error, but I’m not using any of the raw recordings like audio or video, I am only using the in-meeting chat functions currently.
Is the error causing any problems? I get the same thing, but it doesn’t seem to be affecting anything.
The error looks like it comes from QT. It looks like the Zoom Client uses QT under the hood in Linux. But the Linux SDK is Headless, so it’s not going to render any QT elements. So it might be a harmless error related to the fact that the Linux SDK is not rendering any UI elements but some other piece of code expects a UI element and emits an error.