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

@@ -159,6 +159,7 @@ export default function Home() {
defaultColor={appConfig?.theme_color ?? "cyan"}
onConnect={handleConnect}
metadata={metadata}
videoFit={appConfig?.video_fit ?? "cover"}
/>
<RoomAudioRenderer />
<StartAudio label="Click to enable audio playback" />