This version of Unity is unsupported.
Method group is Obsolete

NetworkDiscovery.broadcastsReceived

Obsolete The high level API classes are deprecated and will be removed in the future. public Dictionary<string,NetworkBroadcastResult> broadcastsReceived;

Description

A dictionary of broadcasts received from servers.

The key is the server address, and the value is a NetworkBroadcastResult object that contains the data sent by the server.