Michelle Bu 11 ani în urmă
părinte
comite
68ad64aff5
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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')