From 842f44ba74d98bc94db9c1dab53add6166be4f7d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 22 May 2021 14:55:26 +0530 Subject: Changed jitsi recipe to allow for self-hosted urls. Bumpted recipe version. --- recipes/jitsi/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/jitsi/package.json b/recipes/jitsi/package.json index 4a6908a..fe061ed 100644 --- a/recipes/jitsi/package.json +++ b/recipes/jitsi/package.json @@ -1,7 +1,7 @@ { "id": "jitsi", "name": "Jitsi Meet", - "version": "1.0.3", + "version": "1.0.4", "description": "Jitsi Meet", "main": "index.js", "author": "Sampath Kumar Krishnan ", @@ -9,6 +9,7 @@ "repository": "https://github.com/sampathBlam/ferdi-jitsi", "config": { "serviceURL": "https://meet.jit.si/", + "hasHostedOption": true, "hasCustomUrl": true, "message": "For the public instance, use https://meet.jit.si/ for the Custom server" } -- cgit v1.2.3-54-g00ecf