mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
@@ -62,7 +62,15 @@ export function AudioForParticipant({
|
||||
gainNode.disconnect();
|
||||
};
|
||||
}
|
||||
}, [item, audioContext, audioDestination, stream, localVolume, audioMuted]);
|
||||
}, [
|
||||
item,
|
||||
audioContext,
|
||||
audioDestination,
|
||||
stream,
|
||||
localVolume,
|
||||
audioMuted,
|
||||
audioTrackCount,
|
||||
]);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user