game_chat_communication_relationship_flags
Defines the communication relationship between two users.Syntax
Constants
Remarks
This enumeration describes the communication relationship between two users that your app can request from Game Chat 2. You can retrieve the current communication relationship between a local user and a specified target user by calling the chat_user_local::get_effective_communication_relationship method, or set it by calling the chat_user_local::set_communication_relationship method. You can also set the default communication relationship between users when you initialize the chat instance, by calling the chat_manager::initialize method. For more information about initializing and working with a chat instance, see Using the Game Chat 2 C++ API.Requirements
Header: GameChat2.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
Intro to Game Chat 2GameChat2 members
chat_user_local
