QNMeetingInvitation
public struct QNMeetingInvitation
Invitation to create a new meeting
-
Participant who will receive the meeting
See moreDeclaration
Swift
public struct Participant
-
Meeting name
Declaration
Swift
public let name: String
-
Participant to be notified
Declaration
Swift
public let participants: [QNMeetingInvitation.Participant]
-
Language for the template that will be sent to participant
Declaration
Swift
public let language: String
-
Date where meeting starts
Declaration
Swift
public let validSince: Date
-
Date where meeting isn’t longer valid
Declaration
Swift
public let validUntil: Date?
-
Used only for updates to reinvite participants
Declaration
Swift
public let sendInvites: Bool?
-
Used to generate a password to join the meeting
Declaration
Swift
public let isPasswordProtected: Bool
-
Used to record the meeting
Declaration
Swift
public let recordMeeting: Bool