|
@@ -100,8 +100,8 @@ export class MetaGateway
|
|
portRangeEnd: portRangeEnd,
|
|
portRangeEnd: portRangeEnd,
|
|
iceServers: stun_server,
|
|
iceServers: stun_server,
|
|
// enableIceTcp: true,
|
|
// enableIceTcp: true,
|
|
- // maxMessageSize: 65536,
|
|
|
|
- mtu: 1200,
|
|
|
|
|
|
+ maxMessageSize: 65536,
|
|
|
|
+ mtu: 1500,
|
|
});
|
|
});
|
|
|
|
|
|
this.peer.onLocalDescription((sdp, type) => {
|
|
this.peer.onLocalDescription((sdp, type) => {
|