gemercheung 3 years ago
parent
commit
ed871b0b55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/meta.gateway.ts

+ 1 - 1
src/meta.gateway.ts

@@ -98,7 +98,7 @@ export class MetaGateway
       portRangeBegin: portRangeBegin,
       portRangeEnd: portRangeEnd,
       iceServers: stun_server,
-      enableIceTcp: true,
+      // enableIceTcp: true,
     });
 
     this.peer.onLocalDescription((sdp, type) => {