Description:
We are experiencing an issue with the Zoom Web SDK (v4.0.5) in embedded mode with component view enabled. The Q&A messages are not visible for attendees/panelists.
On further inspection in the DOM, we observed that the inner container div of the Q&A component is not getting dynamic height applied. This causes the Q&A content area to collapse, effectively hiding the questions and answers.
Steps to Reproduce:
-
Integrate Zoom Web SDK v4.0.5 in embedded mode with component view.
-
Enable Q&A in the webinar/meeting.
-
Open the embedded client and send/receive Q&A messages.
-
Observe that messages are not displayed (inner div has no height).
Expected Behavior:
-
Q&A messages should be visible in the component view.
-
The inner div should automatically adjust its height to render the messages.
Actual Behavior:
-
Q&A messages are hidden.
-
DOM inspection shows that the inner container’s height is not being set dynamically.
Environment:
-
Zoom Web SDK v4.0.5
-
Embedded mode
-
Component view
-
Browser: [ e.g., Chrome 127, Edge 128]
-
OS: [e.g., Windows 11, macOS Ventura]
Additional Notes:
-
This issue did not occur in earlier SDK versions (please confirm if you’ve tested v4.0.3/v4.0.4).
-
Screenshot attached (showing collapsed div).
Request:
Please confirm if this is a known regression in v4.0.5 and advise if there is a workaround (e.g., CSS override for the inner div height) until a patch is released.