simplewebrtc
Advanced tools
Comparing version 1.13.1 to 1.13.2
{ | ||
"name": "simplewebrtc", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -71,2 +71,6 @@ # SimpleWebRTC - World's easiest WebRTC lib | ||
or the Gitter channel: | ||
https://gitter.im/HenrikJoreteg/SimpleWebRTC | ||
## API |
@@ -81,2 +81,3 @@ var WebRTC = require('webrtc'); | ||
}); | ||
if (!peer) peer = peers[0]; // fallback for old protocol versions | ||
} | ||
@@ -83,0 +84,0 @@ if (!peer) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
433186
8835
76