Skip to content

NLxAROSA/zoom-vdsk-auth-endpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Video SDK Authentication Endpoint example

Java implementation/variation of https://github.com/zoom/videosdk-auth-endpoint-sample

Running locally

Prerequisite: JDK 22+ installed. May work on lower versions, but this is what the repo is tested with.

  1. Clone this repo
  2. Copy the '.env.example' file to a new file called '.env'
cp .env.example .env
  1. Replace the placeholders in the '.env' file with your SDK key and secret
  2. Run the app
source .env && ./mvnw spring-boot:run
  1. Endpoint will be available at http://localhost:8080

Usage

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

About

Zoom Video SDK authentication endpoint implementation in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages