Version: 2017.3

NetworkTransport.SetBroadcastCredentials

Switch to Manual
public static void SetBroadcastCredentials (int hostId, int key, int version, int subversion, out byte error);

Parameters

hostId Host ID associated with this broadcast.
key Key part of the credentials associated with this broadcast.
version Version part of the credentials associated with this broadcast.
subversion Subversion part of the credentials associated with this broadcast.
error Error (can be cast to NetworkError for more information).

Description

Sets the credentials required for receiving broadcast messages. Should any credentials of a received broadcast message not match, the broadcast discovery message is dropped.