props url now ops.

This commit is contained in:
PxlLoewe
2025-07-18 12:27:54 -07:00
parent 11b1d8745d
commit c75803a87d
2 changed files with 10 additions and 11 deletions

View File

@@ -23,7 +23,6 @@ export const handleTrackSubscribed = (
track.on("unmuted", () => {
useAudioStore.getState().addSpeakingParticipant(participant);
console.log(useAudioStore.getState().settings.radioVolume);
element.volume = useAudioStore.getState().settings.radioVolume;
});
track.on("unmuted", () => {