Adds support for rendering video with cover or contain (#28)

This commit is contained in:
mattherzog
2024-02-13 21:49:35 -08:00
committed by GitHub
parent d310075a3d
commit feecd83ce1
5 changed files with 11 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ 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'
video_fit: 'cover' # 'contain' or 'cover'
outputs:
audio: true # Enable or disable audio output
video: true # Enable or disable video output