finish hooking up livekit

This commit is contained in:
Matthew Hodgson
2024-11-05 14:03:17 +00:00
parent 01b3f9f435
commit defa69734a
8 changed files with 426 additions and 11 deletions

View File

@@ -102,4 +102,13 @@ experimental_features:
admin_token: '${SECRETS_MAS_MATRIX_SECRET}'
account_management_url: "https://${MAS_FQDN}/account"
# MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true
# The maximum allowed duration by which sent events can be delayed, as
# per MSC4140. Must be a positive value if set. Defaults to no
# duration (null), which disallows sending delayed events.
# Needed for MatrixRTC
max_event_delay_duration: 24h
# vim:ft=yaml