Contents

GKVoiceChatClient

The Gkvoicechatclient protocol is implemented to control the behavior of the Gkvoicechatservice object. The voice chat client has a number of responsibilities:

Declaration

protocol GKVoiceChatClient : NSObjectProtocol

Overview

  • Provides a network connection that the voice chat service uses to send and receive configuration data with other participants. If this network connection is shared with other application data, the client must also disambiguate between chat configuration data and application data.

  • Provides a participant ID that identifies the user to remote participants in the chat.

  • Defines how a remote user’s participant ID translates into a network connection to that user.

  • Accepts or rejects requests from remote participants to join the voice chat.

Topics

Getting Information about the Participant

Sending data to other participants

Accepting Invitations from Remote Participants

Responding to Changes in Other Participants

See Also

Deprecated protocols