From 5672957f10099a9e9576492bacaad3b774e5298d Mon Sep 17 00:00:00 2001 From: huanghuang358 <178640467+huanghuang358@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:42:22 +0800 Subject: [PATCH] feat(webapp): display tip of disabled media --- webapp/components/layout.tsx | 2 +- webapp/components/player/player.tsx | 38 +++++++++++++----------- webapp/components/player/whep-player.tsx | 2 +- webapp/components/player/whip-player.tsx | 2 +- webapp/components/prepare.tsx | 4 +-- 5 files changed, 25 insertions(+), 23 deletions(-) diff --git a/webapp/components/layout.tsx b/webapp/components/layout.tsx index 3fe0ead..38d2581 100644 --- a/webapp/components/layout.tsx +++ b/webapp/components/layout.tsx @@ -99,7 +99,7 @@ export default function Layout(props: { meetingId: string }) {
{enabledPresentation - ?{mediaDisabledTip}
: null} + {mediaEnabled && !hasTracks ?