codeq / zoom-api
Gets upcoming Zoom meetings and Zoom recordings via Eel Helper
Installs: 110
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:neos-package
Requires
- firebase/php-jwt: ^5.5
- guzzlehttp/guzzle: ^7.4
- neos/neos: ^5.0 || ^7.0 || dev-master
README
CodeQ.ZoomApi
This package gets upcoming meetings and meeting recordings from Zoom. You can use the Eel helper to show these on your website
The development and the public-releases of this package are generously sponsored by Code Q Web Factory.
Installation
CodeQ.ZoomApi is available via packagist run composer require codeq/zoom-api
.
We use semantic versioning so every breaking change will increase the major-version number.
Usage
Create a Zoom App for your login:
CodeQ:
ZoomApi:
auth:
apiKey: ''
apiSecret: ''
Then use the Eel helper:
CodeQ.ZoomApi.getUpcomingMeetings()
CodeQ.ZoomApi.getRecordings('2021-01-01', 'now')
CodeQ.ZoomApi.getRecordings(Date.create('2021-01-01'), Date.now())
Be aware, that this helper currently does not implement caching.