nn::nex::CreateMatchmakeSessionParam::SetJoinMessage Member Function

Syntax

void SetJoinMessage(
     const String & joinMessage
);

Parameters

Name Description
in joinMessage Returns the message that notifies the gathering participants based on the settings.

Return Values

None.

Description

Sets the message that notifies the gathering participants based on the settings.

This message is saved to the server for each user and can be retrieved with the MatchmakeExtensionClientGetDetailedParticipants function. The message set with this function is also used for users that were added with the CreateMatchmakeSessionParam::SetAdditionalParticipant function. The initial state is an empty string.

See Also

MatchmakeExtensionClient::GetDetailedParticipants

Revision History

2014/03/19
Initial version.

CONFIDENTIAL