Revision Difference
SteamNetworkingSockets.CreateRelaySocket#562014
<member category="interface" type="method" namespace="Steamworks" parent="SteamNetworkingSockets" name="CreateRelaySocket" static="true">
<args>
<arg name="virtualport" type="int" default="0"></arg>
</args>
<return type="T"></return>
<summary>This method should be used to allow people to create a new server using steam relay (Steam Datagram Relay) ⤶
It return a SocketManager (create a class that inherit either from the interface or the class) that you should keep to receive/send data to other clients.</summary>⤶
</member>