Explorar el Código

'currentTime' property of stream elements are now supported by Temasys plugin.

j8
paweldomas hace 10 años
padre
commit
ab13fa35b4
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0
    5
      modules/UI/videolayout/RemoteVideo.js

+ 0
- 5
modules/UI/videolayout/RemoteVideo.js Ver fichero

201
         }
201
         }
202
         self.VideoLayout.videoactive(streamElement, self.id);
202
         self.VideoLayout.videoactive(streamElement, self.id);
203
         streamElement.onplaying = null;
203
         streamElement.onplaying = null;
204
-        if (RTCBrowserType.isTemasysPluginUsed()) {
205
-            // 'currentTime' is used to check if the video has started
206
-            // and the value is not set by the plugin, so we do it
207
-            streamElement.currentTime = 1;
208
-        }
209
     };
204
     };
210
     streamElement.onplaying = onPlayingHandler;
205
     streamElement.onplaying = onPlayingHandler;
211
 };
206
 };

Loading…
Cancelar
Guardar