remove todo from matrix audio renderer

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-09-22 14:16:24 +02:00
parent d9fe31039f
commit 02f23e25fd

View File

@@ -81,8 +81,6 @@ export function LivekitRoomAudioRenderer({
loggedInvalidIdentities.current.add(identity);
};
// TODO-MULTI-SFU this uses the livekit room form the context. We need to change it so it uses the
// livekit room explicitly so we can pass a list of rooms into the audio renderer and call useTracks for each room.
const tracks = useTracks(
[
Track.Source.Microphone,