Skip to content

Commit

Permalink
fix: Fix the display status issue of the sample button (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitboyzcf authored Dec 12, 2024
1 parent f1750e8 commit f828eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/demo/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ const appActions = {
participantConnected(participant);
});
participantConnected(room.localParticipant);
updateButtonsForPublishState();

return room;
},
Expand Down

0 comments on commit f828eef

Please sign in to comment.