Provide function in ZoomMtg to open participant and chat panel as a side panel or pop up

Description
Currently, the participant and chat panels open as a side panel, and then we have to pop it out. Provide a function in ZoomMtg to decide whether the panels should open as a side panel or pop up every time. Please consider this request and try to provide this option in the future version. #feature-requests

Example

To open as a side panel

ZoomMtg.sidepanel({
    participant: true,
    chat: true
});

To open as a popup

ZoomMtg.sidepanel({
    participant: false,
    chat: false
});

Which version?
1.7.9

2 Likes

Hey @harish.venkataraman,

Thanks for your feature request!

-Tommy

1 Like