Format

public struct Format : LGV_MeetingSDK_Format_Protocol

This describes one “meeting format,” which is some extra information attached to a meeting, describing attributes.

  • id

    This is a a unique ID (in the organization/server), for the format.

    Declaration

    Swift

    public var id: UInt64
  • key

    This is a simple text “key” for the format. It should be unique in the found set.

    Declaration

    Swift

    public var key: String
  • This is a short name for the format.

    Declaration

    Swift

    public var name: String
  • This is a longer description for the format.

    Declaration

    Swift

    public var description: String