LGV_MeetingSDK_LGV_MeetingServer
open class LGV_MeetingSDK_LGV_MeetingServer : 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 entrypointURLString: String { get set }
-
init(entrypointURL:
organizationKey: organizationName: organizationDescription: organizationURL: refCon: ) Default initializer.
Declaration
Swift
public init(entrypointURL inEntrypointURL: URL, organizationKey inOrganizationKey: String = LGV_MeetingSDK_LGV_MeetingServer.organizationKey, organizationName inOrganizationName: String = LGV_MeetingSDK_LGV_MeetingServer.organizationName, organizationDescription inOrganizationDescription: String = LGV_MeetingSDK_LGV_MeetingServer.organizationDescription, organizationURL inorganizationURL: URL? = LGV_MeetingSDK_LGV_MeetingServer.organizationURL, refCon: Any? = nil)