[mirotalksfu] - indent

هذا الالتزام موجود في:
Miroslav Pejic
2024-04-25 19:21:29 +02:00
الأصل d342cd501c
التزام a90d20286d

عرض الملف

@@ -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,