Added AudioLogging

This commit is contained in:
PxlLoewe
2025-07-19 13:21:00 -07:00
parent c10d7ef91a
commit 68e26b18b2
2 changed files with 9 additions and 4 deletions

View File

@@ -23,10 +23,10 @@ export const handleTrackSubscribed = (
useAudioStore.getState().addSpeakingParticipant(participant);
}, 1000),
);
setTimeout(() => {
element.play();
}, 1000);
}
setTimeout(() => {
element.play();
}, 1000);
track.on("unmuted", () => {
useAudioStore.getState().addSpeakingParticipant(participant);