mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 14:31:09 +03:00
finish hooking up livekit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user