🔥(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:
committed by
aleb_the_flash
parent
ea3f0cc59e
commit
c2586a392c
@@ -277,7 +277,6 @@ export const Join = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (videoElement && videoTrack && videoEnabled) {
|
if (videoElement && videoTrack && videoEnabled) {
|
||||||
// videoTrack.unmute()
|
|
||||||
videoTrack.attach(videoElement)
|
videoTrack.attach(videoElement)
|
||||||
videoElement.addEventListener('loadedmetadata', handleVideoLoaded)
|
videoElement.addEventListener('loadedmetadata', handleVideoLoaded)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user