mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Allow configuring MatrixRTC endpoints.
This commit is contained in:
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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user