[mirotalksfu] - #87 auto-detect announcedIP if not set

هذا الالتزام موجود في:
Miroslav Pejic
2022-12-29 16:48:14 +01:00
الأصل 9a2bc897f2
التزام 931cf38248
2 ملفات معدلة مع 722 إضافات و699 حذوفات

تم حذف اختلاف الملف لأن الملف كبير جداً تحميل الاختلاف

عرض الملف

@@ -129,7 +129,7 @@ module.exports = {
listenIps: [
{
ip: '0.0.0.0',
announcedIp: getLocalIp(), // replace by public static IP address https://api.ipify.org
announcedIp: getLocalIp(), // replace by public static IP address https://api.ipify.org or put '' and will be auto-detected on server start
},
],
initialAvailableOutgoingBitrate: 1000000,