Comparing version 0.4.0 to 0.4.1
@@ -183,3 +183,9 @@ var _ = require('underscore'); | ||
onStreamAdded: function (event) { | ||
var self = this; | ||
log(this.sid + ': Remote media stream added'); | ||
event.stream.onended = function () { | ||
self.onStreamRemoved({stream: event.stream}); | ||
}; | ||
this.parent.emit('peerStreamAdded', this, event.stream); | ||
@@ -186,0 +192,0 @@ }, |
{ | ||
"name": "jingle", | ||
"description": "Generic Jingle via WebRTC session manager.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "Lance Stout <lance@andyet.net>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/legastero/jingle.js/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25620
616