GKVoiceChatMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

GKVoiceChatMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class GameKit MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A GKVoiceChat object provides a voice channel that allows a set of players in a match to speak with each other.

see also:
https://developer.apple.com/library/mac/#documentation/GameKit/Reference/GKVoiceChat_Ref/Reference/Reference.html

Available in OS X v10.8 and later.

Constants

Constant Value Description
GKVoiceChatPlayerConnected 0 One of the states returned to your game about other players in a voice chat. A new player connected to the chat.
GKVoiceChatPlayerConnecting 4 One of the states returned to your game about other players in a voice chat. A new player is connecting to the chat.
GKVoiceChatPlayerDisconnected 1 One of the states returned to your game about other players in a voice chat. A player left the chat.
GKVoiceChatPlayerSilent 3 One of the states returned to your game about other players in a voice chat. A player stopped speaking.
GKVoiceChatPlayerSpeaking 2 One of the states returned to your game about other players in a voice chat. A player began speaking.

This class has no sub classes.

Some methods using this class:


The items on this page are in the following plugins: MBS MacFrameworks Plugin.


GKTurnBasedParticipantMBS   -   GlobalExceptionHandlerMBS


💬 Ask a question or report a problem