Other Enumerations
The following enumerations are available globally.
-
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 enum QNConferenceErrorType : RawRepresentable
-
Stack state
- new: Initial state.
- connected: Session has connected with the server.
- disconnected: Session has been disconnected.
- error: Error during first authentication
Declaration
Swift
public enum QNStackState : String