Merge pull request #4194 from element-hq/toger5/rtc-mode-documentation

Add docs about currently used matrixRTC mode
This commit is contained in:
Timo
2026-08-21 17:44:10 +02:00
committed by GitHub
3 changed files with 63 additions and 1 deletions

View File

@@ -179,7 +179,8 @@ export interface ConfigOptions {
/**
* Pins the {@link MatrixRTCMode} for all clients on this deployment,
* overriding any per-user choice from the Developer Settings. If unset,
* the user's Developer Settings choice (or its default of `Legacy`) wins.
* the user's Developer Settings choice (or its default of `Compatibility`)
* wins.
*/
matrix_rtc_mode?: MatrixRTCMode;