Skip to main content
Creates a remote chat user. A remote chat user is an XBOX Live user currently communicating with at least one local user. Creating a remote chat user will cause the library to start tracking privacy information related to this user in relation to every local chat user.

Syntax

Parameters

xboxUserId   uint64_t The XBOX Live user id associated with the chat user. chatUser   PartyXblChatUser**
optional, library-allocated output
The output chat user object.

Return value

PartyError c_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via GetErrorMessage().

Requirements

Header: PartyXboxLive.h

See also

PartyXblManager
Last modified on August 20, 2026