|
|
@@ -1459,12 +1459,12 @@ matrix_synapse_max_event_delay_duration: 24h |
|
|
# |
|
|
# |
|
|
# This is used by MatrixRTC clients to discover the unstable RTC transports API. |
|
|
# This is used by MatrixRTC clients to discover the unstable RTC transports API. |
|
|
# |
|
|
# |
|
|
# When enabling this, make sure that `matrix_synapse_matrix_rtc_transports` is not empty. |
|
|
|
|
|
# Serving the RTC transports API without any transports configured breaks MatrixRTC (Element Call) for clients which consult this API. |
|
|
|
|
|
|
|
|
# This follows `matrix_synapse_matrix_rtc_transports`, because serving the RTC transports API without any transports configured |
|
|
|
|
|
# breaks MatrixRTC (Element Call) for clients which consult this API. |
|
|
# Such clients treat the API response as authoritative and do not fall back to the `org.matrix.msc4143.rtc_foci` property in the client well-known. |
|
|
# Such clients treat the API response as authoritative and do not fall back to the `org.matrix.msc4143.rtc_foci` property in the client well-known. |
|
|
# |
|
|
# |
|
|
# See https://github.com/matrix-org/matrix-spec-proposals/pull/4143 |
|
|
# See https://github.com/matrix-org/matrix-spec-proposals/pull/4143 |
|
|
matrix_synapse_experimental_features_msc4143_enabled: false |
|
|
|
|
|
|
|
|
matrix_synapse_experimental_features_msc4143_enabled: "{{ matrix_synapse_matrix_rtc_transports | length > 0 }}" |
|
|
|
|
|
|
|
|
# Controls the `matrix_rtc.transports` setting - the list of MatrixRTC transports advertised via the RTC transports API (MSC4143). |
|
|
# Controls the `matrix_rtc.transports` setting - the list of MatrixRTC transports advertised via the RTC transports API (MSC4143). |
|
|
# |
|
|
# |
|
|
|