瀏覽代碼

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

element-call-integration
Slavi Pantaleev 1 年之前
父節點
當前提交
8b84eb6390
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/custom/matrix-livekit-server/defaults/main.yml

+ 1
- 1
roles/custom/matrix-livekit-server/defaults/main.yml 查看文件

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


Loading…
取消
儲存