Zoom App: Do not show window bar on shareApp()

Is your feature request related to a problem? Please describe.
When calling zoomSdk.shareApp(), the screen of the app is shared. However, the toolbar/header of the window is shared as well, which includes the title and the buttons to close the window etc. That does not look nice, especially for our use case. Users are complaining every week about this, as it looks so unprofessional. We recommend these users to switch to Microsoft Teams or Webex, where this problem does not occur.

Describe the solution you’d like
The window bar should not be shared when shareApp() is called, just the actual app content.
Alternative: shareApp() could have a parameter which indicates whether the toolbar of the window should be shared as well or not.