added http service to prometheus, fixes sound Bug

This commit is contained in:
PxlLoewe
2025-07-26 12:33:41 -07:00
parent a09671036d
commit b9a4f5e8d3
5 changed files with 19 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ export const Audio = () => {
removeMessage,
} = useAudioStore();
const [selectedRoom, setSelectedRoom] = useState<string>("LST_01");
useSounds({
isReceiving: speakingParticipants.length > 0,
isTransmitting: isTalking,