Pls improve the docs https://zoom.github.io/sample-app-web/ZoomMtg.html#inMeetingServiceListener
One can see that
event is a string and function’s data parameter is an object. But i’d like to get the list of available events (onUserJoin, onUserLeave, onUserIsInWaitingRoom, onMeetingStatus, what else?) and data object structure passing into each event’s listener callback.
