[mirotalksfu] - update config.js

هذا الالتزام موجود في:
Miroslav Pejic
2024-04-25 12:25:40 +02:00
الأصل 6ebbdddf50
التزام 4ee5acc477

عرض الملف

@@ -410,10 +410,20 @@ module.exports = {
webRtcServerActive: false,
webRtcServerOptions: {
listenInfos: [
{ protocol: 'udp', ip: '0.0.0.0', announcedAddress: IPv4, port: 44444 },
{ protocol: 'tcp', ip: '0.0.0.0', announcedAddress: IPv4, port: 44444 },
// { protocol: 'udp', ip: '0.0.0.0', announcedAddress: IPv4, portRange: { min: 44444, max: 44444 + numWorkers }},
// { protocol: 'tcp', ip: '0.0.0.0', announcedAddress: IPv4, portRange: { min: 44444, max: 44444 + numWorkers }},
// { protocol: 'udp', ip: '0.0.0.0', announcedAddress: IPv4, port: 40000 },
// { protocol: 'tcp', ip: '0.0.0.0', announcedAddress: IPv4, port: 40000 },
{
protocol: 'udp',
ip: '0.0.0.0',
announcedAddress: IPv4,
portRange: { min: 40000, max: 40000 + numWorkers },
},
{
protocol: 'tcp',
ip: '0.0.0.0',
announcedAddress: IPv4,
portRange: { min: 40000, max: 40000 + numWorkers },
},
],
},
// WebRtcTransportOptions