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

+ 1 - 1
src/meta.gateway.ts

@@ -101,7 +101,7 @@ export class MetaGateway
       iceServers: stun_server,
       // enableIceTcp: true,
       maxMessageSize: 662144,
-      mtu: 2000,
+      mtu: 1500,
     });
 
     this.peer.onLocalDescription((sdp, type) => {