I am trying to get the total number of people connected to a room inside my roomJoin method. In there I have access to room which is of type IScope, therefore I cannot call getActiveConnections because it only exists for Scope which implements IScope. So how to call getActiveConnections or get the total number of connected people? Thanks for your help