We use the “collaboration” functionality to let our users present their presentation inside Zoom Meetings in a collaborative way.
The issue is when the inMeeting
app instance calls startCollaborate
api, it loads up the new app instance where we successfully show different view of our app, but this new app instance stays in inMeeting
running context instead of inCollaborate
which is what we expect.
This issue blocks us from calling startCollaborateSideCar
api to open a new window once collaboration started to show different view of our application. Any ideas how to solve this issue?