diff --git a/modules/UI/videolayout/RemoteVideo.js b/modules/UI/videolayout/RemoteVideo.js index e1e68d8d5..eb0ca0d77 100644 --- a/modules/UI/videolayout/RemoteVideo.js +++ b/modules/UI/videolayout/RemoteVideo.js @@ -194,11 +194,6 @@ RemoteVideo.prototype.waitForPlayback = function (streamElement, stream) { // Register 'onplaying' listener to trigger 'videoactive' on VideoLayout // when video playback starts var onPlayingHandler = function () { - // FIXME: why do i have to do this for FF? - if (RTCBrowserType.isFirefox()) { - //FIXME: weshould use the lib here - //APP.RTC.attachMediaStream(sel, webRtcStream); - } self.VideoLayout.videoactive(streamElement, self.id); streamElement.onplaying = null; };