props url now ops.
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user