GKVoiceChatServiceError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
AudioUnavailable | 32005 | The service cannot access audio hardware. |
ClientMissingRequiredMethods | 32007 | The client is missing a required method. |
Internal | 32000 | An internal error occurred. |
InvalidCallID | 32004 | The call ID was not valid. |
InvalidParameter | 32016 | A parameter was not valid. |
MethodCurrentlyInvalid | 32012 | The specified method was not valid when it was called. |
NetworkConfiguration | 32013 | The network could not be accessed. |
NoRemotePackets | 32001 | Remote packets stopped. |
OutOfMemory | 32015 | The client is out of memory. |
RemoteParticipantBusy | 32008 | The remote participant was already in a voice chat. |
RemoteParticipantCancelled | 32009 | The remote participant cancelled the call before it started. |
RemoteParticipantDeclinedInvite | 32011 | The remote participant did not accept the invitation. |
RemoteParticipantHangup | 32003 | The remote participant ended the voice chat. |
RemoteParticipantResponseInvalid | 32010 | An invalid response was received from the remote participant. |
UnableToConnect | 32002 | The client was unable to connect to the service. |
UninitializedClient | 32006 | The client was not initialized. |
UnsupportedRemoteVersion | 32014 | The remote client version was not supported. |