LGV_MeetingSDK_BMLT
open class LGV_MeetingSDK_BMLT : LGV_MeetingSDK
This is a subclass of the main SDK class, that is “tuned” for the BMLT
-
This transport is dedicated to the BMLT. We make this a class, so we can be weakly referenced.
See moreDeclaration
Swift
public class Transport : LGV_MeetingSDK_Transport_Protocol
-
The organization key to use for the test organization.
Declaration
Swift
public static let organizationKey: String
-
The name to use for the test organization.
Declaration
Swift
public static let organizationName: String
-
The description to use for the test organization.
Declaration
Swift
public static let organizationDescription: String
-
The URL to use for the test organization.
Declaration
Swift
public static let organizationURL: URL?
-
Simple accessor to the Root Server URL String.
Declaration
Swift
public var rootServerURLString: String { get set }
-
init(rootServerURL:
organizationKey: organizationName: organizationDescription: organizationURL: refCon: ) Default initializer.
Declaration
Swift
public init(rootServerURL inRootServerURL: URL, organizationKey inOrganizationKey: String = LGV_MeetingSDK_BMLT.organizationKey, organizationName inOrganizationName: String = LGV_MeetingSDK_BMLT.organizationName, organizationDescription inOrganizationDescription: String = LGV_MeetingSDK_BMLT.organizationDescription, organizationURL inorganizationURL: URL? = LGV_MeetingSDK_BMLT.organizationURL, refCon: Any? = nil)