> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.server/ks.reactor.server.ksclusterevents/ks.reactor.server.ksclusterevents.getroominfohandler.md).

# Delegate ksClusterEvents.GetRoomInfoHandler

Namespace: [KS.Reactor.Server](/reactor/api-reference/ks.reactor.server.md)\
Assembly: KSReactor.dll

Cluster handler for RPC calls that return a single [ksRoomInfo](/reactor/api-reference/ks.reactor/ks.reactor.ksroominfo.md) object.

```csharp
public delegate void ksClusterEvents.GetRoomInfoHandler(ksRoomInfo roomInfo, string error)
```

#### Parameters

`roomInfo` ksRoomInfo

Room information

`error` [string](https://learn.microsoft.com/dotnet/api/system.string)

Error message
