Java implementation/variation of https://github.com/zoom/videosdk-auth-endpoint-sample
Prerequisite: JDK 22+ installed. May work on lower versions, but this is what the repo is tested with.
- Clone this repo
- Copy the '.env.example' file to a new file called '.env'
cp .env.example .env
- Replace the placeholders in the '.env' file with your SDK key and secret
- Run the app
source .env && ./mvnw spring-boot:run
- Endpoint will be available at http://localhost:8080
See https://github.com/zoom/videosdk-auth-endpoint-sample/blob/master/README.md
Note that only a subset of parameters (the required ones) is implemented in this repo to match compatibility and act as a drop-in replacement authentication endpoint for this sample app: https://github.com/zoom/videosdk-ui-toolkit-javascript-sample