Skip to content
forked from rafbel/zoomapi

Zoom bot API library written in Java

Notifications You must be signed in to change notification settings

bahrie127/zoomapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom API

Configuration

Set client_id, client_secret, and port (default 4001) in the bot.ini file in src/main/resources for OAuth. Browser path is not required, since the application opens the default browser for authentication.

Building the project

Project requires Java JDK 11. To build the project run:

./gradlew build

Running

ngrok start --none
./gradlew run

About

Zoom bot API library written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%