Removed coturn
This commit is contained in:
@@ -129,11 +129,6 @@ let
|
|||||||
features = {
|
features = {
|
||||||
feature_group_calls = true;
|
feature_group_calls = true;
|
||||||
};
|
};
|
||||||
element_call = {
|
|
||||||
url = "https://livekit.cyperpunk.de";
|
|
||||||
participant_limit = 8;
|
|
||||||
brand = "Element Call";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
elementWebConfigured = pkgs.element-web.overrideAttrs (old: {
|
elementWebConfigured = pkgs.element-web.overrideAttrs (old: {
|
||||||
|
|||||||
@@ -16,10 +16,6 @@
|
|||||||
owner = "matrix-synapse";
|
owner = "matrix-synapse";
|
||||||
group = "matrix-synapse";
|
group = "matrix-synapse";
|
||||||
};
|
};
|
||||||
matrix_turn_secret = {
|
|
||||||
owner = "matrix-synapse";
|
|
||||||
group = "matrix-synapse";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
@@ -34,21 +30,9 @@
|
|||||||
suppress_key_server_warning = true;
|
suppress_key_server_warning = true;
|
||||||
registration_shared_secret_path = config.sops.secrets.matrix_registration_secret.path;
|
registration_shared_secret_path = config.sops.secrets.matrix_registration_secret.path;
|
||||||
macaroon_secret_key = "$__file{${config.sops.secrets.matrix_macaroon_secret.path}}";
|
macaroon_secret_key = "$__file{${config.sops.secrets.matrix_macaroon_secret.path}}";
|
||||||
turn_uris = [
|
|
||||||
"turn:turn.cyperpunk.de?transport=udp"
|
|
||||||
"turn:turn.cyperpunk.de?transport=tcp"
|
|
||||||
];
|
|
||||||
turn_shared_secret_path = config.sops.secrets.matrix_turn_secret.path;
|
|
||||||
turn_user_lifetime = "1h";
|
|
||||||
experimental_features = {
|
experimental_features = {
|
||||||
"msc3266_enabled" = true;
|
"msc3266_enabled" = true;
|
||||||
};
|
};
|
||||||
extra_well_known_client_content = {
|
|
||||||
"io.element.call.backend" = {
|
|
||||||
url = "https://livekit.cyperpunk.de";
|
|
||||||
livekit_service_url = "https://livekit.cyperpunk.de/_matrix/livekit/jwt";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
port = 8008;
|
port = 8008;
|
||||||
|
|||||||
Reference in New Issue
Block a user