Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 658 Bytes

File metadata and controls

34 lines (23 loc) · 658 Bytes

Video SDK RTC rust API server example

Requirements

  • Rust
  • Cargo
  • libssl-dev

Getting started

  1. Clone the repo

    $ git clone https://github.com/videosdk-live/videosdk-rtc-api-server-examples.git
    $ cd rust
  2. Update the api key and secret values in the src/handlers.rs 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

    $ cargo run

More info

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