Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "webrtc", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "webrtc", |
@@ -255,3 +255,5 @@ var webrtc = require('webrtcsupport'); | ||
this.peers.forEach(function (peer) { | ||
peer.sendDirectly(channel, message, payload); | ||
if (peer.enableDataChannels) { | ||
peer.sendDirectly(channel, message, payload); | ||
} | ||
}); | ||
@@ -258,0 +260,0 @@ }; |
Sorry, the diff of this file is too big to display
149735
4112