Skip to content

Dump Meeting Participants QoS in Zoom using Zoom Dashboard API

Notifications You must be signed in to change notification settings

daisuke-k/zoom-participant-qos-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Usage

$ python meeting_qos_dump.py --id [Meeting ID] --start [start date to lookup the meeting, YYYY-MM-DD] --end [end date to lookup the meeting, YYYY-MM-DD] --path [Path to the directory to save json files] [--verbose]

If there are multiple meeting instances in one meeting ID, --uuid [Meeting UUID] is required.

Example

$ python meeting_qos_dump.py --id 123-456-789 --uuid fdjapewajsc --start 2020-04-10 --end 2020-04-10 --path ./data

This will generate the following files for the meeting instance fdjapewajsc of the meeting id 123-456-789.:

  • ./data/meeting_[Meeting ID]_[Meeting Instance UUID].json: meeting details
  • ./data/user_[Meeting ID]_[Meeting Instance UUID]_[User ID].json: each user QoS

About

Dump Meeting Participants QoS in Zoom using Zoom Dashboard API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages