From f828eef1761bbbc4e8deb95fbc9caee7afa3cb75 Mon Sep 17 00:00:00 2001 From: gitboyzcf Date: Fri, 13 Dec 2024 00:32:53 +0800 Subject: [PATCH] fix: Fix the display status issue of the sample button (#1351) --- examples/demo/demo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/demo/demo.ts b/examples/demo/demo.ts index 4bf77c5398..817140cb05 100644 --- a/examples/demo/demo.ts +++ b/examples/demo/demo.ts @@ -263,6 +263,7 @@ const appActions = { participantConnected(participant); }); participantConnected(room.localParticipant); + updateButtonsForPublishState(); return room; },