We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b57fc2 commit c560b58Copy full SHA for c560b58
src/room/ReactionAudioRenderer.tsx
@@ -39,7 +39,7 @@ export function ReactionsAudioRenderer(): ReactNode {
39
void audioElement.play();
40
}
41
42
- }, [audioElements, shouldPlay, reactions]);
+ }, [audioElements, shouldPlay, reactions, effectSoundVolume]);
43
44
// Do not render any audio elements if playback is disabled. Will save
45
// audio file fetches.
0 commit comments