ソースを参照

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

master
paweldomas 10年前
コミット
ab13fa35b4
1個のファイルの変更0行の追加5行の削除
  1. 0
    5
      modules/UI/videolayout/RemoteVideo.js

+ 0
- 5
modules/UI/videolayout/RemoteVideo.js ファイルの表示

@@ -201,11 +201,6 @@ RemoteVideo.prototype.waitForPlayback = function (streamElement, stream) {
201 201
         }
202 202
         self.VideoLayout.videoactive(streamElement, self.id);
203 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 205
     streamElement.onplaying = onPlayingHandler;
211 206
 };

読み込み中…
キャンセル
保存