Click or drag to resize

RoomJoinArgs Properties

The RoomJoinArgs type exposes the following members.

Properties
  NameDescription
Public propertyauthUrl
Authorization server URL that is used on the server to check if a member is authorized to connect to a room server.
Public propertyhost
Address of the room server the match room belongs to. Usually, you can get it from host in StrixNetwork.SearchRoom results.
Public propertymemberProperties
Properties assigned to the room member after joining.
Public propertypassword
If the room is password-protected this password should match the currently set one, in order to join.
Public propertyport
Port of the room server the match room belongs to. Usually, you can get it from port in StrixNetwork.SearchRoom results.
Public propertyprotocol
Protocol used to connect to the room server the match room belongs to. Usually, you can get it from protocol in StrixNetwork.SearchRoom results.
Public propertyroomId
The ID of the match room on the room server. Usually, you can get it from roomId in StrixNetwork.SearchRoom results.
Top
See Also