This commit is contained in:
lukasIO
2024-01-09 15:05:20 +01:00
commit eae180722e
40 changed files with 7568 additions and 0 deletions

23
.env.example Normal file
View File

@@ -0,0 +1,23 @@
# LiveKit API Configuration
LIVEKIT_API_KEY=YOUR_API_KEY
LIVEKIT_API_SECRET=YOUR_API_SECRET
LIVEKIT_URL=YOUR_LIVEKIT_URL
# Public configuration
NEXT_PUBLIC_LIVEKIT_URL=YOUR_LIVEKIT_URL
# Application Configuration
NEXT_PUBLIC_APP_CONFIG="
title: 'LiveKit Agent Playground'
description: 'LiveKit Agent Playground allows you to test your LiveKit Agent integration by connecting to your LiveKit Cloud or self-hosted instance.'
github_link: 'https://github.com/livekit-examples/agent-playground'
theme_color: 'cyan'
outputs:
audio: true # Enable or disable audio output
video: true # Enable or disable video output
chat: true # Enable or disable chat feature
inputs:
mic: true # Enable or disable microphone input
camera: true # Enable or disable camera input
sip: true # Enable or disable SIP input
"