> 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.client.unity/ks.reactor.client.unity.ksreactor/ks.reactor.client.unity.ksreactor.roomconnecthandler.md).

# Delegate ksReactor.RoomConnectHandler

Namespace: [KS.Reactor.Client.Unity](/reactor/api-reference/ks.reactor.client.unity.md)\
Assembly: KSUnity-Source.dll

Room connect handler

```csharp
public delegate void ksReactor.RoomConnectHandler(ksRoom room)
```

#### Parameters

`room` [ksRoom](/reactor/api-reference/ks.reactor.client.unity/ks.reactor.client.unity.ksroom.md)

Room that was connected to.
