How to configure Livekit server in your local or virtual system

I downloaded "livekit-server-windows-amd64.zip" from this link https://github.com/livekit/livekit/releases/tag/v1.8.4
I placed this downloaded files at "E:\LiveKit\bin"

Command to Generate Keys
E:\LiveKit\bin\livekit-server.exe generate-keys


Run livekit server using your keys:
Create livekit.yaml file and add your keys in below format
keys:
  APICmGV4NNXRj6s: hvycfOBaEM6loKDcB5HfwL88OqD5LnwJf1iuTqUC75TA
E:\LiveKit\bin\livekit-server.exe --config E:\LiveKit\livekit.yaml
OR
Default way is (using default livekit keys)
E:\LiveKit\bin\livekit-server.exe --dev


local ws url
ws://127.0.0.1:7880



Copyright Future Minutes © 2015- 2025 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM