hippocampus: matrix: rtc: whoops, start<->end

This commit is contained in:
2026-02-14 18:08:14 -05:00
parent 28e3b5d06c
commit a188c3761b

View File

@@ -18,14 +18,14 @@
# for RTC usage, e.g. RTMP, WHIP, etc. # for RTC usage, e.g. RTMP, WHIP, etc.
ingress = { enable = false; }; ingress = { enable = false; };
# Redis is used if we were to use ingress # Redis is used if we were to use ingress
redis = { createLocally = false; }; # redis = { };
settings = { settings = {
port = 7375; port = 7375;
bind_addresses = [""]; bind_addresses = [""];
rtc = { rtc = {
port = 7376; tcp_port = 7376;
port_range_end = 50100; port_range_start = 50100;
port_range_start = 50200; port_range_end = 50200;
use_external_ip = true; use_external_ip = true;
enable_loopback_candidate = false; enable_loopback_candidate = false;
}; };