🔥(frontend) remove dead code left from previous PR

Clean up unused code that was forgotten during previous pull request
implementation.
This commit is contained in:
lebaudantoine
2025-08-22 10:50:12 +02:00
committed by aleb_the_flash
parent ea3f0cc59e
commit c2586a392c

View File

@@ -277,7 +277,6 @@ export const Join = ({
}
if (videoElement && videoTrack && videoEnabled) {
// videoTrack.unmute()
videoTrack.attach(videoElement)
videoElement.addEventListener('loadedmetadata', handleVideoLoaded)
}