Changes some logging levels.
This commit is contained in:
parent
54b9379577
commit
ababa0fadc
|
@ -90,7 +90,7 @@ var DataChannels = {
|
||||||
// endpoint IDs.
|
// endpoint IDs.
|
||||||
var endpointsEnteringLastN = obj.endpointsEnteringLastN;
|
var endpointsEnteringLastN = obj.endpointsEnteringLastN;
|
||||||
|
|
||||||
console.log(
|
console.info(
|
||||||
"Data channel new last-n event: ",
|
"Data channel new last-n event: ",
|
||||||
lastNEndpoints, endpointsEnteringLastN, obj);
|
lastNEndpoints, endpointsEnteringLastN, obj);
|
||||||
eventEmitter.emit(RTCEvents.LASTN_ENDPOINT_CHANGED,
|
eventEmitter.emit(RTCEvents.LASTN_ENDPOINT_CHANGED,
|
||||||
|
|
|
@ -362,7 +362,7 @@ var LargeVideo = {
|
||||||
if(!isEnabled)
|
if(!isEnabled)
|
||||||
return;
|
return;
|
||||||
var newSmallVideo = this.VideoLayout.getSmallVideo(resourceJid);
|
var newSmallVideo = this.VideoLayout.getSmallVideo(resourceJid);
|
||||||
console.log('hover in ' + resourceJid + ', video: ', newSmallVideo);
|
console.info('hover in ' + resourceJid + ', video: ', newSmallVideo);
|
||||||
|
|
||||||
if (!newSmallVideo) {
|
if (!newSmallVideo) {
|
||||||
console.error("Small video not found for: " + resourceJid);
|
console.error("Small video not found for: " + resourceJid);
|
||||||
|
|
Loading…
Reference in New Issue