From a90d20286d399f6d8a80c41b4f07e21fcf403e37 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 25 Apr 2024 19:21:29 +0200 Subject: [PATCH] [mirotalksfu] - indent --- app/src/config.template.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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,