Added altmessaging localurl option, #3575

This commit is contained in:
Ylian Saint-Hilaire
2022-02-01 11:29:56 -08:00
parent ac2bf066c3
commit 4dcf4857c4
3 changed files with 6 additions and 4 deletions

View File

@@ -360,9 +360,9 @@
"type": "object",
"properties": {
"name": { "type": "string", "description": "Name of the alternative messaging service, for example: \"Jitsi\" " },
"url": { "type": "string", "description": "URL to the alternative messaging services, for example: \"https://meet.jit.si/myserver-{0}\"" }
"url": { "type": "string", "description": "URL to the alternative messaging services, for example: \"https://meet.jit.si/myserver-{0}\"" },
"localurl": { "type": "string", "description": "If specified, this is the URL that is used on the administrator side, for example: \"https://meet.jit.si/myserver-{0}\"" }
},
"additionalProperties": false,
"required": [ "name", "url" ]
},
"deviceMeshRouterLinks": {