You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zoomsdk-1 | ✅ configure
zoomsdk-1 | ✅ initialize
zoomsdk-1 | ✅ authorize
zoomsdk-1 | ✅ join a meeting
zoomsdk-1 | ⏳ connecting to the meeting
zoomsdk-1 | ❌ unknown meeting status
zoomsdk-1 | ⏳ reconnecting to the meeting
zoomsdk-1 | QImage::scaleWidth: Image is a null image
zoomsdk-1 | QImage::scaleWidth: Image is a null image
zoomsdk-1 | QImage::scaleWidth: Image is a null image
zoomsdk-1 | ⏳ connecting to the meeting
zoomsdk-1 | ✅ connected
zoomsdk-1 | ⏳ requesting local recording privilege
zoomsdk-1 | ⏳ disconnecting from the meeting
zoomsdk-1 | ✅ meeting ended
The repeated log messages QImage::scaleWidth: Image is a null image are somewhat unexpected, and I’m curious about the root cause. Could you clarify what might be causing these messages? Are they related to any configuration or setting within the SDK or environment?
Additionally, if possible, I would appreciate any advice on how to prevent these messages from appearing in the logs.
Thank you for your support.
The text was updated successfully, but these errors were encountered:
Following the instructions in the README.md of the Zoom Meeting SDK for Linux Headless Bot Sample and joining a meeting, I observed the following logs:
The repeated log messages
QImage::scaleWidth: Image is a null image
are somewhat unexpected, and I’m curious about the root cause. Could you clarify what might be causing these messages? Are they related to any configuration or setting within the SDK or environment?Additionally, if possible, I would appreciate any advice on how to prevent these messages from appearing in the logs.
Thank you for your support.
The text was updated successfully, but these errors were encountered: