From 90d108a622d507f64d9301f096f30f873b63d4c1 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Tue, 10 Nov 2020 21:09:06 +0100 Subject: [PATCH] soom support for widget Signed-off-by: Benny Samir Hierl --- Meeting-dial-in/Meeting-dial-in.js | 10 +++++++++- Meeting-dial-in/README.md | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Meeting-dial-in/Meeting-dial-in.js b/Meeting-dial-in/Meeting-dial-in.js index 20ed0ea..38bf115 100644 --- a/Meeting-dial-in/Meeting-dial-in.js +++ b/Meeting-dial-in/Meeting-dial-in.js @@ -1,7 +1,7 @@ // Variables used by Scriptable. // These must be at the very top of the file. Do not edit. // icon-color: light-brown; icon-glyph: magic; -// Version 0.1.2 Beta-Version +// Version 0.2.1 Beta-Version /**************************** Notice @@ -61,6 +61,14 @@ const matchPatterns = { online: [ /<(https:\/\/teams\.microsoft\.com\/l\/meetup-join\/.+)>/ ] + }, + zoom: { + online: [ + /(https:\/\/.*\.zoom\.us\/j\/[^<>]+)/ + ], + phone: [ + { number: /Dial by your location[\r\n]*(\+49[0-9\s]+)/, pin: /Meeting ID: ([0-9\s]+)/ } + ] } } diff --git a/Meeting-dial-in/README.md b/Meeting-dial-in/README.md index 5787a60..e827a26 100644 --- a/Meeting-dial-in/README.md +++ b/Meeting-dial-in/README.md @@ -9,6 +9,7 @@ The following services are currently supported: * Skype (de) * Circuit * MS Team (url only) +* Zoom (url only) [[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Meeting-dial-in/Meeting-dial-in.js)