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