Skip to main content
The Zoom plugin syncs data locally. Use corsair.zoom.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Archive Files

Path: zoom.db.archiveFiles.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Devices

Path: zoom.db.devices.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Meetings

Path: zoom.db.meetings.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Participants

Path: zoom.db.participants.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Recordings

Path: zoom.db.recordings.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Webinars

Path: zoom.db.webinars.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.