Hi Pablo,
thank you for the detailed response, but I have a few other questions.
In my AWS Secret Manager values I have those variables but no one referred to the LiveKit URL, but as you show in the tutorial I think the URL must be like “wss://DOMAIN_NAME/”, right?
{
“ALL_SECRETS_GENERATED”: “true”,
“DOMAIN_NAME”: “—”,
“LIVEKIT_TURN_DOMAIN_NAME”: “none”,
“OPENVIDU_PRO_LICENSE”: “—”,
“OPENVIDU_RTC_ENGINE”: “mediasoup”,
“REDIS_PASSWORD”: “—”,
“MONGO_ADMIN_USERNAME”: “—”,
“MONGO_ADMIN_PASSWORD”: “—”,
“MONGO_REPLICA_SET_KEY”: “—”,
“MINIO_URL”: “—”,
“MINIO_ACCESS_KEY”: “—”,
“MINIO_SECRET_KEY”: “—”,
“DASHBOARD_URL”: “—”,
“DASHBOARD_ADMIN_USERNAME”: “—”,
“DASHBOARD_ADMIN_PASSWORD”: “—”,
“GRAFANA_URL”: “—”,
“GRAFANA_ADMIN_USERNAME”: “—”,
“GRAFANA_ADMIN_PASSWORD”: “—”,
“DEFAULT_APP_USERNAME”: “—”,
“DEFAULT_APP_PASSWORD”: “—”,
“DEFAULT_APP_ADMIN_USERNAME”: “—”,
“DEFAULT_APP_ADMIN_PASSWORD”: “—”,
“LIVEKIT_API_KEY”: “—”,
“LIVEKIT_API_SECRET”: “—”,
“ENABLED_MODULES”: “observability,v2compatibility,app”,
“MASTER_NODE_1_PRIVATE_IP”: “—”,
“MASTER_NODE_2_PRIVATE_IP”: “—”,
“MASTER_NODE_3_PRIVATE_IP”: “—”,
“MASTER_NODE_4_PRIVATE_IP”: “—”,
“OPENVIDU_VERSION”: “main”
}
In order to use LiveKit APIs I need to install the library inside my angular project using this command “npm install livekit-client --save” (I found it at this page LiveKit JS Client SDK - v2.11.4), right?
I also have modified the parameter “ENABLED_MODULES” from “observability,v2compatibility,app” to “observability,v2compatibility”, but when I lauch my “DOMAIN_NAME” in the browser I receive a 503 error, why’s that?
I need to follow this tutorial https://openvidu.io/latest/docs/tutorials/application-client/angular/ even if I want to use Openvidu components library to customize the OV app as I prefer?
In your turorial the variable APPLICATION_SERVER_URL is referred to the DOMAIN_NAME value, right?
I’ll give it a try and, just in case of necessity, I’ll return here to ask other explaination.
In the meanwhile I want to thank you for the advice.
Cheers, Matteo!