Allow configuring MatrixRTC endpoints.
This commit is contained in:
@@ -170,7 +170,12 @@ const DEFAULT_CONFIG = {
|
|||||||
room_name: string;
|
room_name: string;
|
||||||
},
|
},
|
||||||
allow_guest_access: false,
|
allow_guest_access: false,
|
||||||
experimental_features: {},
|
experimental_features: {
|
||||||
|
msc4143_enabled: false,
|
||||||
|
},
|
||||||
|
matrix_rtc: {
|
||||||
|
transports: [] as { type: string; [field: string]: string }[],
|
||||||
|
},
|
||||||
oidc_providers: [],
|
oidc_providers: [],
|
||||||
serve_server_wellknown: true,
|
serve_server_wellknown: true,
|
||||||
presence: {
|
presence: {
|
||||||
|
|||||||
Reference in New Issue
Block a user