Procházet zdrojové kódy

Default LiveKit Server to a smaller RTC range for faster startup on non-host networks

element-call-integration
Slavi Pantaleev před 1 rokem
rodič
revize
8b84eb6390
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-livekit-server/defaults/main.yml

+ 1
- 1
roles/custom/matrix-livekit-server/defaults/main.yml Zobrazit soubor

@@ -151,7 +151,7 @@ livekit_server_config_rtc_tcp_port: 7881
livekit_server_config_rtc_port_range_start: 50100

# Controls the `rtc.port_range_end` configuration property
livekit_server_config_rtc_port_range_end: 50200
livekit_server_config_rtc_port_range_end: 50120

# Controls the `rtc.use_external_ip` configuration property
livekit_server_config_rtc_use_external_ip: true


Načítá se…
Zrušit
Uložit