From 9c52ea2fa4504069c752634460bbd62568c49696 Mon Sep 17 00:00:00 2001 From: cruizba Date: Tue, 16 Sep 2025 16:07:57 +0200 Subject: [PATCH] openvidu-deployment: azure - single node - update labels for initial admin password and API key --- .../community/singlenode/azure/createUiDefinition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvidu-deployment/community/singlenode/azure/createUiDefinition.json b/openvidu-deployment/community/singlenode/azure/createUiDefinition.json index 483f93c9..ac83502e 100644 --- a/openvidu-deployment/community/singlenode/azure/createUiDefinition.json +++ b/openvidu-deployment/community/singlenode/azure/createUiDefinition.json @@ -161,7 +161,7 @@ "name": "initialMeetAdminPassword", "type": "Microsoft.Common.PasswordBox", "label": { - "password": "Initial Meet Admin Password", + "password": "Initial Meet Admin Password (Generated if empty, can be changed later from the Meet Console)", "confirmPassword": "Confirm Password" }, "toolTip": "Initial password for the 'admin' user in OpenVidu Meet. If not provided, a random password will be generated.", @@ -181,7 +181,7 @@ "name": "initialMeetApiKey", "type": "Microsoft.Common.PasswordBox", "label": { - "password": "Initial Meet API Key", + "password": "Initial API Key for OpenVidu Meet (optional, can be set later from the Meet Console)", "confirmPassword": "Confirm API Key" }, "toolTip": "Initial API key for OpenVidu Meet. If not provided, no API key will be set and the user can set it later from Meet Console.",