DirectVirtual

public enum DirectVirtual : CaseIterable

This enum helps us to create direct (as in opening the app directly) URLs, for various services.

  • The Zoom app.

    Declaration

    Swift

    case zoom(_: URL? = nil)
  • GoToMeeting

    Declaration

    Swift

    case gotomeeting(_: URL? = nil)
  • Microsoft Skype

    Declaration

    Swift

    case skype(_: URL? = nil)
  • Google Meet

    Declaration

    Swift

    case meet(_: URL? = nil)
  • Discord

    Declaration

    Swift

    case discord(_: URL? = nil)
  • Jitsi

    Declaration

    Swift

    case jitsi(_: URL? = nil)
  • CaseIterable Conformance

    Declaration

    Swift

    public static var allCases: [SwiftBMLSDK_Parser.Meeting.DirectVirtual] { get }

Public Computed Properties

  • This returns a localization token for the app name.

    Declaration

    Swift

    public var appName: String { get }