Skip to content

Commit

Permalink
Do not end calls on peer:leave
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Oct 20, 2014
1 parent a6a8d4c commit 1b6cfa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ module.exports = function(signalhost, opts) {

signaller.on('peer:announce', handlePeerAnnounce);
signaller.on('peer:update', handlePeerUpdate);
signaller.on('peer:leave', callEnd);

/**
### Quickconnect Broadcast and Data Channel Helper Functions
Expand Down

0 comments on commit 1b6cfa0

Please sign in to comment.