|
@@ -486,6 +486,8 @@ RemoteVideo.prototype.hasVideoStarted = function() {
|
486
|
486
|
|
487
|
487
|
RemoteVideo.prototype.addRemoteStreamElement = function(stream) {
|
488
|
488
|
if (!this.container) {
|
|
489
|
+ logger.debug('Not attaching remote stream due to no container');
|
|
490
|
+
|
489
|
491
|
return;
|
490
|
492
|
}
|
491
|
493
|
|
|
@@ -498,6 +500,8 @@ RemoteVideo.prototype.addRemoteStreamElement = function(stream) {
|
498
|
500
|
}
|
499
|
501
|
|
500
|
502
|
if (!stream.getOriginalStream()) {
|
|
503
|
+ logger.debug('Remote video stream has no original stream');
|
|
504
|
+
|
501
|
505
|
return;
|
502
|
506
|
}
|
503
|
507
|
|