LGV_MeetingSDK_Format_Protocol
public protocol LGV_MeetingSDK_Format_Protocol : LGV_MeetingSDK_RefCon_Protocol
Each meeting may have a list of associated formats, describing details about the meeting.
-
REQUIRED - The Integer ID for this format. This must be unique within the context of the Meeting Instance.
Declaration
Swift
var id: UInt64 { get }
-
REQUIRED - The key for this format. This must be unique within the context of the Meeting Instance.
Declaration
Swift
var key: String { get }
-
REQUIRED - The name for this format (a short descriptive string).
Declaration
Swift
var name: String { get }
-
REQUIRED - The longer description for this format.
Declaration
Swift
var description: String { get }