Open cdgabe opened 5 months ago
Hey @cdgabe! I'm here to assist you with any bugs, questions, or contributions while you wait for a human maintainer. Let's get this sorted out!
It appears that there is an ongoing issue with Enterprise Webex meeting links being considered invalid in MeetingBar version 4.9.0. This issue might be related to how MeetingBar parses and validates Webex URLs.
For further investigation, you might want to check the detectMeetingLink
function, which is responsible for determining the type of meeting link based on the URL. This function likely contains the logic to parse the URL and match it to the appropriate service enum value [1].
Additionally, you can review the configuration settings in ServicesTab.swift
and Constants.swift
to ensure that the settings for Webex links are correctly configured [2][3].
For more context, you can refer to a similar closed issue: Bug: WebEx URLs not recognized, which might provide insights or solutions that could be relevant to your current problem.
To continue talking to Dosu, mention @dosu.
The issue is described in detail here: https://github.com/leits/MeetingBar/issues/727
Originally posted by @cdgabe in https://github.com/leits/MeetingBar/issues/727#issuecomment-2137554224