Modifica

Condividi tramite


GKVoiceChatServiceError Enum

Definition

Errors returned by the GKVoiceChatService.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public enum GKVoiceChatServiceError
type GKVoiceChatServiceError = 
Inheritance
GKVoiceChatServiceError
Attributes

Fields

Name Value Description
Internal 32000

An internal error occurred.

NoRemotePackets 32001

Remote packets stopped.

UnableToConnect 32002

The client was unable to connect to the service.

RemoteParticipantHangup 32003

The remote participant ended the voice chat.

InvalidCallID 32004

The call ID was not valid.

AudioUnavailable 32005

The service cannot access audio hardware.

UninitializedClient 32006

The client was not initialized.

ClientMissingRequiredMethods 32007

The client is missing a required method.

RemoteParticipantBusy 32008

The remote participant was already in a voice chat.

RemoteParticipantCancelled 32009

The remote participant cancelled the call before it started.

RemoteParticipantResponseInvalid 32010

An invalid response was received from the remote participant.

RemoteParticipantDeclinedInvite 32011

The remote participant did not accept the invitation.

MethodCurrentlyInvalid 32012

The specified method was not valid when it was called.

NetworkConfiguration 32013

The network could not be accessed.

UnsupportedRemoteVersion 32014

The remote client version was not supported.

OutOfMemory 32015

The client is out of memory.

InvalidParameter 32016

A parameter was not valid.

Applies to