LGV_MeetingSDK_Organization_Transport_Protocol
public protocol LGV_MeetingSDK_Organization_Transport_Protocol : LGV_MeetingSDK_Organization_Protocol
We define this as applied to classes, so it can be overloaded/ridden. The idea is to define a specific organization, with a custom transport, for each server.
-
REQUIRED - This allows us to have an organization-specific transport. This should be a strong reference (if the transport is a class).
Declaration
Swift
var transport: LGV_MeetingSDK_Transport_Protocol? { get }