Skip to content

Docs for Custom regexes for meeting links? #234

Answered by jgoldhammer
JamesMcMahon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @JamesMcMahon ,

Regarding custom regex you can provide simple regex like in

let zoom = try! NSRegularExpression(pattern: #"https?:\/\/(?:[a-z0-9-.]+)?zoom.(?:us|com.cn)\/(?:j|my)\/[0-9a-zA-Z?=.]*"#)

It seems that this does not match your zoom urls, right? Can you please provide an example url for zoom meetings? Maybe you can send it to me via private message in twitter (@jensWr)?
I would like to solve it in Meetingbar because we have other users which have the same problem.

Thanks
Jens

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JamesMcMahon
Comment options

@JamesMcMahon
Comment options

Answer selected by leits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants