Enumeration: GKVoiceChatServiceError

Overview

Error codes for the GKVoiceChatService error domain.

Constant Summary

GKVoiceChatServiceInternalError

A serious error occurred inside the voice chat service.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceNoRemotePacketsError

The voice chat service stopped receiving packets from the remote participant.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceUnableToConnectError

The voice chat service was unable to establish a connection with another user.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceRemoteParticipantHangupError

The remote participant in a voice chat stopped the chat.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceInvalidCallIDError

The voice chat service didn’t recognize the call identifier.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceAudioUnavailableError

The audio hardware is unavailable to the voice chat service.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceUninitializedClientError

The application did not set a client before calling voice chat service methods.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceClientMissingRequiredMethodsError

The voice chat service did not find an expected method defined by the client.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceRemoteParticipantBusyError

The remote participant is already connected to a voice chat.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceRemoteParticipantCancelledError

A remote participant attempted to start a voice chat, then canceled.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceRemoteParticipantResponseInvalidError

Invalid data was received from a remote participant.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceRemoteParticipantDeclinedInviteError

A remote participant declined an invitation.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceMethodCurrentlyInvalidError

A method on the voice chat service was called when it was not allowed to be called (for example, attempting to connect when the voice chat service was already connected).available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceNetworkConfigurationError

The voice chat service had problems accessing the network.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceUnsupportedRemoteVersionError

The other participant is running a different version of the voice chat service.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceOutOfMemoryError

The voice chat service was unable to allocate memory required to operate.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKVoiceChatServiceInvalidParameterError

A parameter had an unrecognized value.available in ios 3.0 and later.declared in gkpublicconstants.h.