Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2022-08-14 09:01:32 +02:00
parent 897f127fbd
commit 0720005c93

View File

@@ -62,7 +62,15 @@ export function AudioForParticipant({
gainNode.disconnect();
};
}
}, [item, audioContext, audioDestination, stream, localVolume, audioMuted]);
}, [
item,
audioContext,
audioDestination,
stream,
localVolume,
audioMuted,
audioTrackCount,
]);
return null;
}