SippoInviteEntry

public class SippoInviteEntry: CustomStringConvertible

Invite details

  • Each one of the users who was invited

    See more

    Declaration

    Swift

    public class SippoCandidateEntry: CustomStringConvertible
  • User who sent the invite

    Declaration

    Swift

    public var fromUser: String!
  • User who received the invite

    Declaration

    Swift

    public var toUser: String!
  • Invite state [declined, timeout, cancelled or accepted]

    Declaration

    Swift

    public let invitationState: ConferenceEntry.InviteState
  • True if invite was sent to a group

    Declaration

    Swift

    public let group: Bool
  • True if invite was a reply to InvitationRequest

    Declaration

    Swift

    public let inviteRequest: Bool
  • Code error when an invite is declined

    Declaration

    Swift

    public let error: ConferenceCode?
  • Sent Mediatypes in invite

    Declaration

    Swift

    public let mediatypes: [String: Bool]