Invitation

  • Service for invitation actions and to manage invitations events

    See more

    Declaration

    Swift

    public class Invitations
  • Represents a successfully response to Invitation

    See more

    Declaration

    Swift

    public struct InvitationResponse: Model, Encodable
  • Errors related with InvitationRequest actions

    • alreadyRequested: Participant had been already invited
    • busy: Participant is busy
    • participantNotFound: Participant doesn’t exist as user
    • noAnswerToInvite: Participant didn’t answer in time
    • invitationDeclined: Participant had declined the InvitationRequest
    • internalError: Internals errors
    See more

    Declaration

    Swift

    public enum SippoInvitationRequestError: Error