From 8ce7d5476d0ddf43a304b7e09c288acb1aaac4b7 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Fri, 18 Dec 2020 21:10:37 +0100 Subject: [PATCH] webex support added Signed-off-by: Benny Samir Hierl --- Meeting-dial-in/Meeting-dial-in.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Meeting-dial-in/Meeting-dial-in.js b/Meeting-dial-in/Meeting-dial-in.js index 38bf115..c99034a 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.2.1 Beta-Version +// Version 0.2.2 Beta-Version /**************************** Notice @@ -62,6 +62,11 @@ const matchPatterns = { /<(https:\/\/teams\.microsoft\.com\/l\/meetup-join\/.+)>/ ] }, + webex: { + online: [ + /(https:\/\/.*\.webex\.com\/meet\/[A-Za-z0-9_-]+)/ + ] + }, zoom: { online: [ /(https:\/\/.*\.zoom\.us\/j\/[^<>]+)/