diff --git a/app/src/config.template.js b/app/src/config.template.js index 2645012f..b25a94a9 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -429,8 +429,18 @@ module.exports = { // WebRtcTransportOptions webRtcTransport: { listenInfos: [ - { protocol: 'udp', ip: '0.0.0.0', announcedAddress: IPv4, portRange: { min: 40000, max: 40100 } }, - { protocol: 'tcp', ip: '0.0.0.0', announcedAddress: IPv4, portRange: { min: 40000, max: 40100 } }, + { + protocol: 'udp', + ip: '0.0.0.0', + announcedAddress: IPv4, + portRange: { min: 40000, max: 40100 }, + }, + { + protocol: 'tcp', + ip: '0.0.0.0', + announcedAddress: IPv4, + portRange: { min: 40000, max: 40100 }, + }, ], initialAvailableOutgoingBitrate: 1000000, minimumAvailableOutgoingBitrate: 600000,