From 7ae5349bf378c805ab41cf86c8203fa6bd2984ef Mon Sep 17 00:00:00 2001 From: Ethan Zhang Date: Thu, 21 Nov 2024 10:39:22 +0800 Subject: [PATCH] 408 bug playground now has malefemale drop downs which dont do anything (#427) * fix: remove male/female dropdown for playground * image update --- docker-compose.yml | 2 +- playground/src/components/Dynamic/RTCCard.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index cd4168bb..ceffc118 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: networks: - ten_agent_network ten_agent_playground: - image: ghcr.io/ten-framework/ten_agent_playground:0.5.0-88-g7db7dce + image: ghcr.io/ten-framework/ten_agent_playground:0.6.1-6-g6fef4a1 container_name: ten_agent_playground restart: always ports: diff --git a/playground/src/components/Dynamic/RTCCard.tsx b/playground/src/components/Dynamic/RTCCard.tsx index b3d99a39..70db9294 100644 --- a/playground/src/components/Dynamic/RTCCard.tsx +++ b/playground/src/components/Dynamic/RTCCard.tsx @@ -124,7 +124,6 @@ export default function RTCCard(props: { className?: string }) {

Audio & Video

-