nn::nex::UpdateMatchmakeSessionParam::SetMaxParticipants Member Function

Syntax

void SetMaxParticipants(
     qUnsignedInt16 maxParticipants
);

Parameters

Name Description
in maxParticipants The new maximum number of participants.

Return Values

None.

Description

Sets the maximum number of participants.

The number of participants in the gathering cannot exceed this value. When 0 is specified, there is no limit to the maximum number of participants. You can also specify a value smaller than the current number of participants. This will not kick out any of the existing participants, but no new participants will be able to join the session until the current number of participants is less than the new maximum number of participants.

Revision History

2014/07/02
Initial version.

CONFIDENTIAL