RoomJoinArgs Properties |
The RoomJoinArgs type exposes the following members.
Name | Description | |
---|---|---|
authUrl |
Authorization server URL that is used on the server to check if a member is authorized to connect to a room server.
| |
host |
Address of the room server the match room belongs to.
Usually, you can get it from host in StrixNetwork.SearchRoom results.
| |
memberProperties |
Properties assigned to the room member after joining.
| |
password |
If the room is password-protected this password should match the currently set one, in order to join.
| |
port |
Port of the room server the match room belongs to.
Usually, you can get it from port in StrixNetwork.SearchRoom results.
| |
protocol |
Protocol used to connect to the room server the match room belongs to.
Usually, you can get it from protocol in StrixNetwork.SearchRoom results.
| |
roomId |
The ID of the match room on the room server.
Usually, you can get it from roomId in StrixNetwork.SearchRoom results.
|