|
|
@ -480,8 +480,7 @@ var VideoLayout = (function (my) { |
|
|
|
var videoThumb = videoSel[0]; |
|
|
|
var videoThumb = videoSel[0]; |
|
|
|
// It is not always the case that a videoThumb exists (if there is
|
|
|
|
// It is not always the case that a videoThumb exists (if there is
|
|
|
|
// no actual video).
|
|
|
|
// no actual video).
|
|
|
|
// FIXME: checking on .src will not work with Temasys plugin
|
|
|
|
if (RTC.getVideoSrc(videoThumb)) { |
|
|
|
if (videoThumb.src && videoThumb.src !== '') { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// We have a video src, great! Let's update the large video
|
|
|
|
// We have a video src, great! Let's update the large video
|
|
|
|
// now.
|
|
|
|
// now.
|
|
|
|