Usage:
zoomSdk.onAppPopout((event) => { console.log(event)});
Console log:
{ "timestamp": 1614831950, "action": "dock", "height": 100, "width": 200, "orientation": "landscape"}
Timestamp at which popout/pop-in button is clicked
dock (pop-in) or undock (popout)
Height of the popout window in px
Width of the popout window in px
landscape or portrait
Generated using TypeDoc
Usage:
Console log: