diff --git a/changelog.d/1442.feature b/changelog.d/1442.feature new file mode 100644 index 00000000..e2b65d00 --- /dev/null +++ b/changelog.d/1442.feature @@ -0,0 +1 @@ +Implement MSC4143 MatrixRTC transport discovery endpoints (`GET /_matrix/client/v1/rtc/transports` and the unstable prefix equivalent). Move RTC foci configuration from `[global.well_known]` to a new `[global.matrix_rtc]` section with a `foci` field. Contributed by @0xnim