Skip to content

Better meeting detection in MacOS #296

@yujonglee

Description

@yujonglee

const MEETING_APP_LIST: [&str; 3] = [
"us.zoom.xos", // tested
"Cisco-Systems.Spark", // tested
"com.microsoft.teams",
];

static ref MEETING_REGEXES: Vec<regex::Regex> = vec![
regex::Regex::new(r"meet\.google\.com/[a-z0-9]{3,4}-[a-z0-9]{3,4}-[a-z0-9]{3,4}").unwrap(),
];

let test_cases = [
("https://meet.google.com/landing", false),
("https://meet.google.com/tjw-fcje-ewx", true),
];

Please help us expand this list!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions