mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
add matrix_rtc transport configuration to synapse configs
This commit is contained in:
@@ -53,6 +53,14 @@ enable_registration_without_verification: true
|
|||||||
report_stats: false
|
report_stats: false
|
||||||
serve_server_wellknown: true
|
serve_server_wellknown: true
|
||||||
|
|
||||||
|
# Definition of MatrixRTC backend
|
||||||
|
matrix_rtc:
|
||||||
|
transports:
|
||||||
|
- type: livekit
|
||||||
|
livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt"
|
||||||
|
- type: livekit_multi_sfu
|
||||||
|
livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt"
|
||||||
|
|
||||||
# Ratelimiting settings for client actions (registration, login, messaging).
|
# Ratelimiting settings for client actions (registration, login, messaging).
|
||||||
#
|
#
|
||||||
# Each ratelimiting configuration is made of two parameters:
|
# Each ratelimiting configuration is made of two parameters:
|
||||||
|
|||||||
@@ -53,6 +53,14 @@ enable_registration_without_verification: true
|
|||||||
report_stats: false
|
report_stats: false
|
||||||
serve_server_wellknown: true
|
serve_server_wellknown: true
|
||||||
|
|
||||||
|
# Definition of MatrixRTC backend
|
||||||
|
matrix_rtc:
|
||||||
|
transports:
|
||||||
|
- type: livekit
|
||||||
|
livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt"
|
||||||
|
- type: livekit_multi_sfu
|
||||||
|
livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt"
|
||||||
|
|
||||||
# Ratelimiting settings for client actions (registration, login, messaging).
|
# Ratelimiting settings for client actions (registration, login, messaging).
|
||||||
#
|
#
|
||||||
# Each ratelimiting configuration is made of two parameters:
|
# Each ratelimiting configuration is made of two parameters:
|
||||||
|
|||||||
@@ -53,6 +53,14 @@ enable_registration_without_verification: true
|
|||||||
report_stats: false
|
report_stats: false
|
||||||
serve_server_wellknown: true
|
serve_server_wellknown: true
|
||||||
|
|
||||||
|
# Definition of MatrixRTC backend
|
||||||
|
matrix_rtc:
|
||||||
|
transports:
|
||||||
|
- type: livekit
|
||||||
|
livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt"
|
||||||
|
- type: livekit_multi_sfu
|
||||||
|
livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt"
|
||||||
|
|
||||||
# Ratelimiting settings for client actions (registration, login, messaging).
|
# Ratelimiting settings for client actions (registration, login, messaging).
|
||||||
#
|
#
|
||||||
# Each ratelimiting configuration is made of two parameters:
|
# Each ratelimiting configuration is made of two parameters:
|
||||||
|
|||||||
@@ -53,6 +53,14 @@ enable_registration_without_verification: true
|
|||||||
report_stats: false
|
report_stats: false
|
||||||
serve_server_wellknown: true
|
serve_server_wellknown: true
|
||||||
|
|
||||||
|
# Definition of MatrixRTC backend
|
||||||
|
matrix_rtc:
|
||||||
|
transports:
|
||||||
|
- type: livekit
|
||||||
|
livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt"
|
||||||
|
- type: livekit_multi_sfu
|
||||||
|
livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt"
|
||||||
|
|
||||||
# Ratelimiting settings for client actions (registration, login, messaging).
|
# Ratelimiting settings for client actions (registration, login, messaging).
|
||||||
#
|
#
|
||||||
# Each ratelimiting configuration is made of two parameters:
|
# Each ratelimiting configuration is made of two parameters:
|
||||||
|
|||||||
Reference in New Issue
Block a user