QNMeeting

public struct QNMeeting

Represents a Meeting that could be sent to contacts

Properties

  • id

    Meeting identifier

    Declaration

    Swift

    public var id: String { get }
  • Meeting name

    Declaration

    Swift

    public var name: String { get }
  • Current participants

    Declaration

    Swift

    public var participants: [QNConferenceParticipant]
  • Meeting start date

    Declaration

    Swift

    public var validSince: Date { get }
  • Meeting end date

    Declaration

    Swift

    public var validUntil: Date { get }
  • url

    Meeting url

    Declaration

    Swift

    public var url: String { get }
  • Meeting is password protected

    Declaration

    Swift

    public var isPasswordProtected: Bool { get }
  • User who creates the meeting

    Declaration

    Swift

    public var user: QNUser? { get }
  • Meeting is editable

    Declaration

    Swift

    public var isEditable: Bool { get }
  • Record configuration

    Declaration

    Swift

    public var recordMeeting: Bool { get }