When launching other apps like Chat or Participant List in the Zoom Meeting, it hides the ZoomApps panel


Code / Technology

Using the sample app provided here: GitHub - zoom/zoomapps-advancedsample-react: This repository contains an Advanced Zoom Apps Sample. It should serve as a starting point for you to build and test your own Zoom App in development.

Description
When launching other apps like Chat or Participant List in the Zoom Meeting, it hides the ZoomApps panel. This is problematic because unless you are in full screen mode, you cannot view the Chat and Participant List without hiding the ZoomApps. This will lead to a frustrating user experience because most users are not familiar with the additional UI controls like pop out and merge.

Error?
The Chat app hides my ZoomApp and the two cannot be used side-by-side unless they are popped out.

Troubleshooting Routes
Read through ZoomSdk documentation here: ZoomSdk | @zoom/appssdk - v0.16.19

I did not see any APIs that could help resolve this issue.

How To Reproduce

  1. Start a Zoom meeting.
  2. Launch a ZoomApp.
  3. Click on “Chat” application in the menu bar.

The ZoomApp is hidden.

Hi there - just checking if there’s any response from Zoom team on this one?