- Python 3
- pip
-
Clone the repo
$ git clone https://github.com/videosdk-live/videosdk-rtc-api-server-examples.git $ cd python
-
Update the api key and secret values in the
main.py
file with the ones generated from the developer console.VIDEOSDK_API_KEY='' VIDEOSDK_SECRET_KEY='' VIDEOSDK_API_ENDPOINT=https://api.videosdk.live/v2
-
Setup virtual environment
$ python -m venv env $ source env/bin/activate $ pip install -r requirements.txt
-
Run the server
$ export FLASK_APP=main $ flask run
Visit, videosdk.live to know more about VideoSDK and generate API key & secret.