QNConferenceInvitationResponse
public struct QNConferenceInvitationResponse
Represents a successfully response to Invitation
-
User who sends the invitation
Declaration
Swift
public var caller: String { get }
-
User who receives the invitation
Declaration
Swift
public var callee: String { get }
-
User who answer the invitation
Declaration
Swift
public var whoAccepted: String { get }