Add docs about currently used matrixRTC mode

This commit is contained in:
Timo K.
2026-08-21 12:04:24 +02:00
parent 8e20d48b1d
commit c3837464a3
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;