> For the complete documentation index, see [llms.txt](https://vc-docs.gitbook.io/engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc-docs.gitbook.io/engine/home/doxygen_synced/classes/class_room.md).

# Room

**Usage:** `api.Room.GetConnectedUserIDs()`

## Public Functions

|             | Name                                                                                                                                                      |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| List< int > | [**GetConnectedUserIDs**](https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_room.md#function-getconnecteduserids)()   |
| string      | [**GetUsernameFromID**](https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_room.md#function-getusernamefromid)(int id) |

## Public Functions Documentation

### function GetConnectedUserIDs

```csharp
static List< int > GetConnectedUserIDs()
```

### function GetUsernameFromID

```csharp
static string GetUsernameFromID(
    int id
)
```

***

Updated on 2026-07-22 at 12:00:00 +0800
