Michelle Bu 11 жил өмнө
parent
commit
2be1fd481b

+ 1 - 5
dist/peer.js

@@ -1707,11 +1707,7 @@ function DataConnection(peer, provider, options) {
   Negotiator.startConnection(
     this,
     this.options._payload || {
-      originator: true,
-      multiplex: this.options.multiplex // I don't think multiplex should be a
-                                        // top-level property because it only
-                                        // applies to the originator--otherwise
-                                        // we'd just have an options.pc to use.
+      originator: true
     }
   );
 }

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
dist/peer.min.js


+ 1 - 5
lib/dataconnection.js

@@ -26,11 +26,7 @@ function DataConnection(peer, provider, options) {
   Negotiator.startConnection(
     this,
     this.options._payload || {
-      originator: true,
-      multiplex: this.options.multiplex // I don't think multiplex should be a
-                                        // top-level property because it only
-                                        // applies to the originator--otherwise
-                                        // we'd just have an options.pc to use.
+      originator: true
     }
   );
 }

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно