TURN
This commit is contained in:
parent
f732b95b60
commit
eb1e0b9556
3 changed files with 22 additions and 11 deletions
|
|
@ -21,8 +21,19 @@
|
|||
address = [ "10.10.0.2" ];
|
||||
port = [ 8008 ];
|
||||
|
||||
turn_uris = [ "turns:turn.ellie.town" ];
|
||||
turn_uris = [
|
||||
"turns:turn.ellie.town?transport=udp"
|
||||
"turns:turn.ellie.town?transport=tcp"
|
||||
];
|
||||
turn_secret_file = config.sops.secrets."coturn/auth_secret_home".path;
|
||||
turn_ttl = 86400;
|
||||
|
||||
matrix_rtc.foci = [
|
||||
{
|
||||
type = "livekit";
|
||||
livekit_service_url = "https://lk-jwt.ellie.town";
|
||||
}
|
||||
];
|
||||
|
||||
well_known = {
|
||||
client = "https://matrix.ellie.town";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue