|
|
@@ -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
|
};
|