Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 5.38 KB

ConnectionInfoV2.md

File metadata and controls

13 lines (9 loc) · 5.38 KB

ConnectionInfoV2

Connection information for the default and additional ports.

Fields

Field Type Required Description Example
AdditionalExposedPorts List<ExposedPort> ✔️ N/A [
{
"host": "1.proxy.hathora.dev",
"name": "debug",
"port": 72941,
"transportType": "tcp"
}
]
ExposedPort ExposedPort Connection details for an active process. {
"host": "1.proxy.hathora.dev",
"name": "default",
"port": 34567,
"transportType": "tcp"
}
RoomId string ✔️ Unique identifier to a game session or match. Use the default system generated ID or overwrite it with your own.
Note: error will be returned if roomId is not globally unique.
2swovpy1fnunu
Status RoomReadyStatus ✔️ N/A