SippoInvitationResponse

public struct SippoInvitationResponse

Represents a successfully response to Invitation

Properties

  • 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 }