Allow configuring MatrixRTC endpoints.

This commit is contained in:
Half-Shot
2026-01-06 13:31:30 +00:00
parent fec7923af0
commit b12b59a932
@@ -170,7 +170,12 @@ const DEFAULT_CONFIG = {
room_name: string;
},
allow_guest_access: false,
experimental_features: {},
experimental_features: {
msc4143_enabled: false,
},
matrix_rtc: {
transports: [] as { type: string; [field: string]: string }[],
},
oidc_providers: [],
serve_server_wellknown: true,
presence: {