# ActiveConnectionInfo


## Fields

| Field                                                                                                                                                                             | Type                                                                                                                                                                              | Required                                                                                                                                                                          | Description                                                                                                                                                                       | Example                                                                                                                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Host`                                                                                                                                                                            | *string*                                                                                                                                                                          | :heavy_check_mark:                                                                                                                                                                | N/A                                                                                                                                                                               |                                                                                                                                                                                   |
| `Port`                                                                                                                                                                            | *double*                                                                                                                                                                          | :heavy_check_mark:                                                                                                                                                                | N/A                                                                                                                                                                               |                                                                                                                                                                                   |
| `RoomId`                                                                                                                                                                          | *string*                                                                                                                                                                          | :heavy_check_mark:                                                                                                                                                                | Unique identifier to a game session or match. Use the default system generated ID or overwrite it with your own.<br/>Note: error will be returned if `roomId` is not globally unique. | 2swovpy1fnunu                                                                                                                                                                     |
| `Status`                                                                                                                                                                          | [Status](../../Models/Shared/Status.md)                                                                                                                                           | :heavy_check_mark:                                                                                                                                                                | N/A                                                                                                                                                                               |                                                                                                                                                                                   |
| `TransportType`                                                                                                                                                                   | [TransportType](../../Models/Shared/TransportType.md)                                                                                                                             | :heavy_check_mark:                                                                                                                                                                | Transport type specifies the underlying communication protocol to the exposed port.                                                                                               |                                                                                                                                                                                   |