기타/WebRTC

라이브킷(LiveKit)에서 API key and secrets 생성하는 방법

워니주니구니 2023. 12. 29. 16:00
728x90
SMALL
  • 개요
라이브킷 서버를 사용하려면 API key와 secrets는 꼭 필요하다.
  • 방법
$ curl -sSL https://get.livekit.io | bash
$ livekit-server generate-keys
  • 비고
방법은 간단한데, 방법을 찾기 까지가 쉽지가 않았다.
  • 참고
https://docs.livekit.io/realtime/self-hosting/local/
728x90
LIST