Zoom
Overview
Zoom is a video conferencing platform.
Quick Start
Get Meeting Participants
from parsons import Zoom
zoom = Zoom()
# Get a table of host's meetings via their email or user id.
mtgs_tbl = zoom.get_meetings(bob@bob.com)
# Get the list of participants in a past meeting
par_tbl = zoom.get_past_meeting_participants('asdf123ads')