XblMultiplayerSessionInitArgs
Optional args when creating a new local multiplayer session.Syntax
Members
MaxMembersInSessionType: uint32_t The maximum number of members in this session. This value can only be set if the maximum is not specified in the title’s multiplayer session template. If the maximum is specified in the title’s multiplayer session template, then set to 0 to ignore this parameter. Visibility
Type: XblMultiplayerSessionVisibility The visibility of this session. InitiatorXuids
Type: const uint64_t* A collection of XBOX User IDs indicating who initiated the session. (Optional) InitiatorXuidsCount
Type: size_t The number of Xuids in the Initiator XuidsArray. CustomJson
Type: const char* JSON that specifies the custom constants for the session.These can not be changed after the session is created. (Optional)
