Merge branch 'webrtc_stats' of github.com:gutobenn/bigbluebutton into webrtc_stats

This commit is contained in:
Augusto Bennemann 2018-05-25 16:27:16 -03:00
commit 2eaa457442

View File

@ -582,7 +582,7 @@ class VideoProvider extends Component {
callback(result);
}, function(exception) {
logger.error("Promise rejected", exception.message);
console.error("customGetStats() Promise rejected:", exception.message);
callback(null);
});
}