QNConferenceErrorType

public enum QNConferenceErrorType : RawRepresentable

Error throw due to conference error

  • participantAlreadyInvited: Invite has already been sent to participant
  • participantNotInvitedPreviously: Cancel an invitation that does not exist
  • participantNotFound: Participant not found in server
  • participantNotAvailable: Participant temporarily unavailable
  • hasAlreadyJoinedConference: User has already joined the conference
  • actionNotAllowed: Action not allowed for the user
  • roomNotCreated: The room does not exist
  • noAnswerToInvite: Callee doesn’t answer the invitation
  • invitationDeclined: Callee declined the answer
  • busy: Callee is busy
  • forbidden: Not allowed
  • Declaration

    Swift

    public var rawValue: String { get }
  • Declaration

    Swift

    public init?(rawValue: String)