[mirotalksfu] - update config

هذا الالتزام موجود في:
Miroslav Pejic
2024-02-13 00:47:13 +01:00
الأصل 980f7db481
التزام bc88942a12
3 ملفات معدلة مع 13 إضافات و12 حذوفات

عرض الملف

@@ -325,11 +325,12 @@ module.exports = {
},
// WebRtcTransport settings
webRtcTransport: {
listenIps: [
listenInfos: [
{
protocol: 'udp',
ip: '0.0.0.0',
announcedIp: getLocalIp(), // replace by 'public static IPV4 address' https://api.ipify.org (type string --> 'xx.xxx.xxx.xx' not xx.xxx.xxx.xx)
}, //announcedIp: '' will be auto-detected on server start, for docker localPC set '127.0.0.1'
announcedAddress: getLocalIp(), // replace by 'public static IPV4 address' https://api.ipify.org (type string --> 'xx.xxx.xxx.xx' not xx.xxx.xxx.xx)
}, //announcedAddress: '' will be auto-detected on server start, for docker localPC set '127.0.0.1' otherwise the 'public static IPV4 address'
],
initialAvailableOutgoingBitrate: 1000000,
minimumAvailableOutgoingBitrate: 600000,