Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 665 Bytes

File metadata and controls

32 lines (21 loc) · 665 Bytes

Video SDK RTC Java API server example

Requirements

  • Java JDK 11

Getting started

  1. Clone the repo

    $ git clone https://github.com/videosdk-live/videosdk-rtc-api-server-examples.git
    $ cd java
  2. Update the api key and secret values in the DemoApplication.java file with the ones generated from the developer console.

    VIDEOSDK_API_KEY=''
    VIDEOSDK_SECRET_KEY=''
    VIDEOSDK_API_ENDPOINT="https://api.videosdk.live/v2"
    
  3. Run the server

    $  ./mvnw spring-boot:run

More info

Visit, videosdk.live to know more about VideoSDK and generate API key & secret.