SippoInvitationInfo

public class SippoInvitationInfo : CustomStringConvertible

Invite details

Inner Structs

  • Each one of the users who was invited

    See more

    Declaration

    Swift

    public class SippoCandidateInfo : CustomStringConvertible

Properties

  • 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: SippoConferenceEntry.SippoInvitationInfo.State
  • 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]
  • Candidates who receive the invitation

    Declaration

    Swift

    public var candidates: [SippoInvitationInfo.SippoCandidateInfo]