Michelle Bu %!s(int64=11) %!d(string=hai) anos
pai
achega
68ad64aff5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/mediaconnection.js

+ 1 - 0
lib/mediaconnection.js

@@ -77,6 +77,7 @@ MediaConnection.prototype.answer = function(stream) {
 
 /** Allows user to close connection. */
 MediaConnection.prototype.close = function() {
+  // TODO: actually close PC.
   if (this.open) {
     this.open = false;
     this.emit('close')