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
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2

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;
}